We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd7a08 commit 2e5783cCopy full SHA for 2e5783c
1 file changed
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- python-version: ["3.10", "3.11", "3.12", "3.13"]
+ python-version: ["3.12", "3.13"]
15
os: [ubuntu-latest, macOS-latest, windows-latest]
16
17
steps:
0 commit comments