We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 546d6c0 commit 576a8f1Copy full SHA for 576a8f1
pyproject.toml
@@ -18,6 +18,7 @@ requires = [
18
# disabling build isolation.
19
"numpy>=2.0.0; python_version<'3.13'",
20
"numpy>=2.1.0; python_version>='3.13'",
21
+ "numpy>=2.3.2; python_version>='3.14'",
22
]
23
24
[project]
@@ -47,6 +48,7 @@ classifiers = [
47
48
"Programming Language :: Python :: 3.11",
49
"Programming Language :: Python :: 3.12",
50
"Programming Language :: Python :: 3.13",
51
+ "Programming Language :: Python :: 3.14",
52
"Topic :: Software Development :: Libraries :: Python Modules"
53
54
0 commit comments