We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b36e1 commit a701cdeCopy full SHA for a701cde
.github/workflows/run-tests.yml
@@ -18,7 +18,7 @@ jobs:
18
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
19
strategy:
20
matrix:
21
- python-version: ['3.8', 3.9', '3.10', '3.11', '3.12']
+ python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
22
platform: [ubuntu-latest, macos-latest, windows-latest]
23
exclude: # Only test on the oldest and latest supported stable Python on macOS and Windows.
24
- platform: macos-latest
0 commit comments