Skip to content

Commit f695f5f

Browse files
committed
ENH: Specify explicit support for Python 3.14
1 parent 5076ef5 commit f695f5f

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
@@ -19,7 +19,8 @@ jobs:
1919
"3.10",
2020
"3.11",
2121
"3.12",
22-
"3.13"
22+
"3.13",
23+
"3.14"
2324
]
2425

2526
steps:

pyproject.toml

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

0 commit comments

Comments
 (0)