Skip to content

Commit f3f9ac7

Browse files
committed
another attempt
1 parent 29d6885 commit f3f9ac7

File tree

1 file changed

+28
-8
lines changed

1 file changed

+28
-8
lines changed

.github/workflows/ci.yml

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,23 @@ jobs:
1010
# https://github.com/actions/python-versions/blob/main/versions-manifest.json
1111
strategy:
1212
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]
1515
include:
1616
- 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
1828
- os: macos-14
19-
python-version: [3.10, 3.11, 3.12]
29+
python-version: 3.12
2030
steps:
2131
- uses: actions/checkout@v2
2232
- name: Setup Python environment
@@ -63,13 +73,23 @@ jobs:
6373
runs-on: ${{ matrix.os }}
6474
strategy:
6575
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]
6878
include:
6979
- 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
7191
- os: macos-14
72-
python-version: [3.10, 3.11, 3.12]
92+
python-version: 3.12
7393
steps:
7494
- uses: actions/checkout@v2.3.4
7595
- name: Setup Python environment

0 commit comments

Comments
 (0)