Skip to content

Commit 93e2fa8

Browse files
committed
ENH: Specify explicit support for Python 3.14
1 parent d213b86 commit 93e2fa8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/run_unit_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
"3.10",
2121
"3.11",
2222
"3.12",
23-
"3.13"
23+
"3.13",
24+
"3.14"
2425
]
2526

2627
steps:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ classifiers = [
2727
"Programming Language :: Python :: 3.11",
2828
"Programming Language :: Python :: 3.12",
2929
"Programming Language :: Python :: 3.13",
30+
"Programming Language :: Python :: 3.14",
3031
]
3132
dependencies = [
3233
"numpy>=1.19",

0 commit comments

Comments
 (0)