Skip to content

Commit 576a8f1

Browse files
committed
MAINT: minor tweak to build requirement for Python 3.14
Also add PyPI classifier for 3.14
1 parent 546d6c0 commit 576a8f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ requires = [
1818
# disabling build isolation.
1919
"numpy>=2.0.0; python_version<'3.13'",
2020
"numpy>=2.1.0; python_version>='3.13'",
21+
"numpy>=2.3.2; python_version>='3.14'",
2122
]
2223

2324
[project]
@@ -47,6 +48,7 @@ classifiers = [
4748
"Programming Language :: Python :: 3.11",
4849
"Programming Language :: Python :: 3.12",
4950
"Programming Language :: Python :: 3.13",
51+
"Programming Language :: Python :: 3.14",
5052
"Topic :: Software Development :: Libraries :: Python Modules"
5153
]
5254

0 commit comments

Comments
 (0)