Commit 364397c
[FIX] suitablt for the high vresion python. (#2394)
* [FIX] suitablt for the high vresion python.
it won't import Mapping from collections at python3.11.
tested it worked from python3.6 to 3.11.2.
* Update selectors34.py to have conditional importing of Mapping from collections
---------
Co-authored-by: William Barnhart <[email protected]>1 parent a1d268a commit 364397c
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
| |||
0 commit comments