Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab8b7e commit 10fb1afCopy full SHA for 10fb1af
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- python-version: ["3.8", "3.9", "3.10", "3.11", "3.12-dev"]
+ python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
15
cython-version: ["0.29", "3.0"]
16
os: [ubuntu-20.04]
17
0 commit comments