We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b1cbf commit 085b971Copy full SHA for 085b971
.github/workflows/tests.yaml
@@ -9,7 +9,7 @@ jobs:
9
fail-fast: false
10
matrix:
11
os: [ubuntu-latest, windows-latest, macos-latest]
12
- python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
+ python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13.0-rc.3"]
13
exclude:
14
- os: macos-latest
15
python-version: "3.7"
0 commit comments