We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f94f06d commit f0522a9Copy full SHA for f0522a9
1 file changed
.github/workflows/test.yaml
@@ -27,7 +27,7 @@ jobs:
27
pytest:
28
strategy:
29
matrix:
30
- py_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
+ py_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
31
runs-on: "ubuntu-latest"
32
steps:
33
- uses: actions/checkout@v4
0 commit comments