Commit 1a5d069
committed
setup.py, workflows: Require at least Python 3.9.
* Typing issues have been long-standing due to divergence between Python version
used in different environments and are unlikely to be addressed enough to
bring Capirca back to 3.6 compatibility. Even 3.8 is failing right now.
* Currenly, Python 3.6 and 3.7 are EOL, and 3.8-3.11 are receiving security
fixes. At least dropping 3.6 and 3.7 makes sense at this point.1 parent 3b86521 commit 1a5d069
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
0 commit comments