File tree Expand file tree Collapse file tree 1 file changed +20
-19
lines changed
Expand file tree Collapse file tree 1 file changed +20
-19
lines changed Original file line number Diff line number Diff line change @@ -11,25 +11,26 @@ jobs:
1111 strategy :
1212 fail-fast : false
1313 matrix :
14- # Older Python versions on Ubuntu 20.04
15- - python-version : " 3.6"
16- os : ubuntu-20.04
17- - python-version : " 3.7"
18- os : ubuntu-20.04
19-
20- # Newer Python versions on latest Ubuntu
21- - python-version : " 3.8"
22- os : ubuntu-24.04
23- - python-version : " 3.9"
24- os : ubuntu-24.04
25- - python-version : " 3.10"
26- os : ubuntu-24.04
27- - python-version : " 3.11"
28- os : ubuntu-24.04
29- - python-version : " 3.12"
30- os : ubuntu-24.04
31- - python-version : " pypy-3.9"
32- os : ubuntu-24.04
14+ include :
15+ # Older Python versions on Ubuntu 20.04
16+ - python-version : " 3.6"
17+ os : ubuntu-20.04
18+ - python-version : " 3.7"
19+ os : ubuntu-20.04
20+
21+ # Newer Python versions on latest Ubuntu
22+ - python-version : " 3.8"
23+ os : ubuntu-24.04
24+ - python-version : " 3.9"
25+ os : ubuntu-24.04
26+ - python-version : " 3.10"
27+ os : ubuntu-24.04
28+ - python-version : " 3.11"
29+ os : ubuntu-24.04
30+ - python-version : " 3.12"
31+ os : ubuntu-24.04
32+ - python-version : " pypy-3.9"
33+ os : ubuntu-24.04
3334
3435 runs-on : ${{ matrix.os }}
3536
You can’t perform that action at this time.
0 commit comments