Commit ea43c53
committed
Drop support for Python 3.5, 3.6
Both are end-of-life (as of 2020-09-30 and 2021-12-23, respectively).
Set PyPy version to 3.7 as:
- the default version, PyPy 3.6, seems to no longer be available.
- we want to drop support for 3.6 anyway (including PyPy).
- the Python version is now required to be in `x.y` format.1 parent 24f63f2 commit ea43c53
2 files changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | 35 | | |
38 | 36 | | |
39 | 37 | | |
| |||
0 commit comments