We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ff4fa commit 61f76afCopy full SHA for 61f76af
.github/workflows/ci.yml
@@ -173,16 +173,12 @@ jobs:
173
os: [Windows]
174
python:
175
- "3.8"
176
- # Commented out, since Windows tests are expensively slow,
177
- # only test the oldest and newest Python supported by pip
178
- # - "3.9"
179
- # - "3.10"
180
- # - "3.11"
181
- # - "3.12"
182
- "3.13"
183
group:
184
- { number: 1, pytest-filter: "not test_install" }
185
- { number: 2, pytest-filter: "test_install" }
+ include:
+ - python: ["3.9", "3.10", "3.11", "3.12"]
186
187
steps:
188
# The D: drive is significantly faster than the system C: drive.
0 commit comments