File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 12
12
strategy :
13
13
matrix :
14
14
os : [ubuntu-latest]
15
- # 2020-03-30: use "3.10.0-alpha - 3.10" to get Python 3.10 alpha
15
+ # The list of all available versions can be found here:
16
+ # https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
16
17
python :
17
18
- " 2.7"
18
19
- " 3.5"
@@ -21,13 +22,16 @@ jobs:
21
22
- " 3.8"
22
23
- " 3.9"
23
24
- " 3.10"
25
+ - " 3.11.0-alpha.5"
24
26
- " pypy2"
25
27
- " pypy3"
26
28
include :
27
29
- os : windows-latest
28
30
python : 3.6
29
31
- os : macos-latest
30
32
python : 3.6
33
+ - os : ubuntu-18.04
34
+ python : 3.4
31
35
32
36
steps :
33
37
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ functions for old Python versions.
7
7
8
8
Supported Python versions:
9
9
10
- * Python 2.7, Python 3.5 - 3.11
10
+ * Python 2.7, Python 3.4 - 3.11
11
11
* PyPy 2.7, 3.6 and 3.7
12
12
13
13
C++ is supported on Python 3.6 and newer.
You can’t perform that action at this time.
0 commit comments