Skip to content

Commit 0cb6f3b

Browse files
chore(ci): less Python versions on Windows and macOS
See comment: Use ubuntu-latest to cover the whole range of Python. For Windows and OSX, checking oldest and newest should be sufficient. Following ade6091, stop testing Python 3.13 since the newest 3.14 is tested.
1 parent a43c50e commit 0cb6f3b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/test.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,18 +149,30 @@ jobs:
149149
python-version: "3.11"
150150
- os: windows-latest
151151
python-version: "3.12"
152+
- os: windows-latest
153+
python-version: "3.13"
154+
- os: windows-latest
155+
python-version: "3.13t"
152156
- os: macos-13
153157
python-version: "3.10"
154158
- os: macos-13
155159
python-version: "3.11"
156160
- os: macos-13
157161
python-version: "3.12"
162+
- os: macos-13
163+
python-version: "3.13"
164+
- os: macos-13
165+
python-version: "3.13t"
158166
- os: macos-latest
159167
python-version: "3.10"
160168
- os: macos-latest
161169
python-version: "3.11"
162170
- os: macos-latest
163171
python-version: "3.12"
172+
- os: macos-latest
173+
python-version: "3.13"
174+
- os: macos-latest
175+
python-version: "3.13t"
164176

165177
## Unavailable architectures
166178
# x86 is available for Windows

0 commit comments

Comments
 (0)