Skip to content

Commit b705a48

Browse files
Test on Python 3.13 development releases (#210)
1 parent 25238ff commit b705a48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
test_spin:
1616
strategy:
1717
matrix:
18-
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
18+
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
1919
os: [ubuntu-latest, windows-latest, macos-latest]
2020
runs-on: ${{ matrix.os }}
2121
steps:

0 commit comments

Comments
 (0)