Skip to content

Commit f023819

Browse files
committed
MAINT: added support for Python 3.14
1 parent 0879985 commit f023819

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
# os: ["ubuntu-latest", "macos-latest", "windows-latest"]
30-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
30+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
3131

3232
defaults:
3333
run:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def readlocal(fname):
3333
'Programming Language :: Python :: 3.11',
3434
'Programming Language :: Python :: 3.12',
3535
'Programming Language :: Python :: 3.13',
36+
'Programming Language :: Python :: 3.14',
3637
'Topic :: Scientific/Engineering',
3738
'Topic :: Software Development :: Libraries',
3839
]

0 commit comments

Comments
 (0)