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 ea7a462 commit 53c0259Copy full SHA for 53c0259
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
matrix:
10
os: [ubuntu, macos, windows]
11
python-version:
12
- ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.8", "pypy-3.9"]
+ ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev", "pypy-3.8", "pypy-3.9"]
13
14
steps:
15
- uses: actions/checkout@v4
0 commit comments