Skip to content

Commit f97fa57

Browse files
committed
Just test 3.9 until this is working
1 parent 32f0243 commit f97fa57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-pull-request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ ubuntu-latest, windows-latest ]
20-
python-version: [ "3.9", "3.10", "3.11", "3.12" , "3.13" ]
20+
# python-version: [ "3.9", "3.10", "3.11", "3.12" , "3.13" ]
21+
python-version: [ "3.9" ]
2122
# exclude:
2223
# - os: windows-latest
2324
# python-version: "3.9"

0 commit comments

Comments
 (0)