We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25238ff commit b705a48Copy full SHA for b705a48
1 file changed
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
test_spin:
16
strategy:
17
matrix:
18
- 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"]
19
os: [ubuntu-latest, windows-latest, macos-latest]
20
runs-on: ${{ matrix.os }}
21
steps:
0 commit comments