We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad9f84b commit 841d60eCopy full SHA for 841d60e
.github/workflows/run_tests.yml
@@ -19,7 +19,7 @@ jobs:
19
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
20
exclude:
21
- os: windows-11-arm
22
- python-version: "3.9"
+ python-version: ["3.9", "3.10"]
23
24
25
steps:
0 commit comments