8000 Support Python 3.13 (#250) · scientific-python/spin@f951e9b · GitHub
[go: up one dir, main page]

Skip to content

Commit f951e9b

Browse files
Support Python 3.13 (#250)
1 parent 09f7c07 commit f951e9b

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.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
23+
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
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.10",
2121
"Programming Language :: Python :: 3.11",
2222
"Programming Language :: Python :: 3.12",
23+
"Programming Language :: Python :: 3.13",
2324
"Programming Language :: Python :: 3 :: Only",
2425
]
2526
dependencies = [

0 commit comments

Comments
 (0)
0