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 ba39a3f commit 74ab93bCopy full SHA for 74ab93b
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
matrix:
21
platform: ["ubuntu-latest", "windows-latest"]
22
- python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" , "3.12-dev" ]
+ python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" , "3.12", "3.13" ]
23
steps:
24
- uses: actions/checkout@v4
25
0 commit comments