We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e59f5b commit 1c33182Copy full SHA for 1c33182
.github/workflows/build_tests.yml
@@ -47,7 +47,7 @@ jobs:
47
strategy:
48
max-parallel: 4
49
matrix:
50
- python-version: ["3.9", "3.10", "3.11", "3.12"]
+ python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
51
52
steps:
53
- uses: actions/checkout@v4
0 commit comments