We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee00fa4 commit 1a52c29Copy full SHA for 1a52c29
1 file changed
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
runs-on: ubuntu-latest
40
strategy:
41
matrix:
42
- python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
+ python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
43
44
steps:
45
0 commit comments