Skip to content

Commit 9e1d060

Browse files
authored
Support for Python 3.14 (#290)
1 parent c5757ac commit 9e1d060

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
test_spin:
2121
strategy:
2222
matrix:
23-
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
23+
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14-dev"]
2424
os: [ubuntu-latest, windows-latest, macos-latest]
2525
runs-on: ${{ matrix.os }}
2626
steps:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3.11",
2121
"Programming Language :: Python :: 3.12",
2222
"Programming Language :: Python :: 3.13",
23+
"Programming Language :: Python :: 3.14",
2324
"Programming Language :: Python :: 3 :: Only",
2425
]
2526
dependencies = [

0 commit comments

Comments
 (0)