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 2919c47 commit 43b986dCopy full SHA for 43b986d
1 file changed
.github/workflows/ci.yml
@@ -11,7 +11,8 @@ jobs:
11
strategy:
12
matrix:
13
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest]
14
- python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
+ # Only test older and newer supported versions
15
+ python-version: ["3.9", "3.13"]
16
fail-fast: true
17
18
steps:
0 commit comments