We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c340440 commit d6cdc2cCopy full SHA for d6cdc2c
.github/workflows/tests.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- python: ["3.10", "3.11", "3.12"]
+ python: ["3.10", "3.11", "3.12", "3.13"]
14
15
steps:
16
- uses: actions/checkout@v3
0 commit comments