@@ -10,13 +10,23 @@ jobs:
10
10
# https://github.com/actions/python-versions/blob/main/versions-manifest.json
11
11
strategy :
12
12
matrix :
13
- os : [macos-13, windows-2022]
14
- python-version : [3.8, 3.9, 3.10, 3.11, 3.12]
13
+ os : [macos-13, windows-2022, ubuntu-22.04 ]
14
+ python-version : [3.8, 3.9, " 3.10" , 3.11, 3.12]
15
15
include :
16
16
- os : ubuntu-22.04
17
- python-version : [2.7, 3.8, 3.9, 3.10, 3.11, 3.12, pypy-2.7, pypy-3.9, pypy-3.10]
17
+ python-version : 2.7
18
+ - os : ubuntu-22.04
19
+ python-version : pypy-2.7
20
+ - os : ubuntu-22.04
21
+ python-version : pypy-3.9
22
+ - os : ubuntu-22.04
23
+ python-version : pypy-3.10
24
+ - os : macos-14
25
+ python-version : 3.10
26
+ - os : macos-14
27
+ python-version : 3.11
18
28
- os : macos-14
19
- python-version : [3.10, 3.11, 3.12]
29
+ python-version : 3.12
20
30
steps :
21
31
- uses : actions/checkout@v2
22
32
- name : Setup Python environment
@@ -63,13 +73,23 @@ jobs:
63
73
runs-on : ${{ matrix.os }}
64
74
strategy :
65
75
matrix :
66
- os : [macos-13, windows-2022]
67
- python-version : [3.8, 3.9, 3.10, 3.11, 3.12]
76
+ os : [macos-13, windows-2022, ubuntu-22.04 ]
77
+ python-version : [3.8, 3.9, " 3.10" , 3.11, 3.12]
68
78
include :
69
79
- os : ubuntu-22.04
70
- python-version : [2.7, 3.8, 3.9, 3.10, 3.11, 3.12, pypy-2.7, pypy-3.9, pypy-3.10]
80
+ python-version : 2.7
81
+ - os : ubuntu-22.04
82
+ python-version : pypy-2.7
83
+ - os : ubuntu-22.04
84
+ python-version : pypy-3.9
85
+ - os : ubuntu-22.04
86
+ python-version : pypy-3.10
87
+ - os : macos-14
88
+ python-version : 3.10
89
+ - os : macos-14
90
+ python-version : 3.11
71
91
- os : macos-14
72
- python-version : [3.10, 3.11, 3.12]
92
+ python-version : 3.12
73
93
steps :
74
94
- uses : actions/checkout@v2.3.4
75
95
- name : Setup Python environment
0 commit comments