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 f0756a5 commit e177cf8Copy full SHA for e177cf8
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
pytest:
33
strategy:
34
matrix:
35
- py_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
+ py_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
36
runs-on: "ubuntu-latest"
37
steps:
38
- uses: actions/checkout@v4
0 commit comments