Skip to content

Commit b2459f2

Browse files
author
Phil Cummins
committed
reverts test versions
1 parent f9902d1 commit b2459f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
max-parallel: 1 # tests interfere with each other if run in parallel
3434
matrix:
3535
# order matters - this setup minimizes the interference between jobs
36-
python-version: [3.8, 3.9, 3.10, 3.11, 3.12]
36+
python-version: [3.8, 3.9]
3737
os: [ubuntu-latest, windows-latest, macOS-latest]
3838
steps:
3939
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)