Skip to content

Commit ff6c4d6

Browse files
authored
Add support for python 3.14 (#35)
* add 3.14 to test.yml * whatsnew * trove classifier
1 parent 3d1ef0f commit ff6c4d6

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false # don't cancel other matrix jobs when one fails
1313
matrix:
14-
python-version: ["3.10", "3.11", "3.12", "3.13"]
14+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1515
os: [ubuntu-latest, macos-latest, windows-latest]
1616

1717
runs-on: ${{ matrix.os }}

docs/sphinx/whatsnew/v1.6.1.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ v1.6.1 (??)
77
Maintenance
88
-----------
99
* Drop Python 3.8 and 3.9 support (:pull:`30`, :pull:`33`)
10+
* Add Python 3.14 support (:pull:`35`)
1011

1112

1213
Documentation

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ classifiers = [
2121
"Programming Language :: Python :: 3.11",
2222
"Programming Language :: Python :: 3.12",
2323
"Programming Language :: Python :: 3.13",
24+
"Programming Language :: Python :: 3.14",
2425
"Topic :: Scientific/Engineering",
2526
]
2627
requires-python = ">=3.10"

0 commit comments

Comments
 (0)