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 f9902d1 commit b2459f2Copy full SHA for b2459f2
.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
33
max-parallel: 1 # tests interfere with each other if run in parallel
34
matrix:
35
# order matters - this setup minimizes the interference between jobs
36
- python-version: [3.8, 3.9, 3.10, 3.11, 3.12]
+ python-version: [3.8, 3.9]
37
os: [ubuntu-latest, windows-latest, macOS-latest]
38
steps:
39
- uses: actions/checkout@v4
0 commit comments