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 e21a667 commit cc67592Copy full SHA for cc67592
pyproject.toml
@@ -2,8 +2,8 @@
2
build-backend = "setuptools.build_meta"
3
requires = [
4
"Cython>=0.29",
5
- "oldest-supported-numpy ; python_version < '3.9'",
6
- "numpy>=2.0.0rc1 ; python_version >= '3.9'",
+ 'numpy>=2.0.0rc1; python_version >= "3.9"',
+ 'oldest-supported-numpy; python_version < "3.9"',
7
"setuptools>=61",
8
]
9
@@ -46,6 +46,7 @@ classifiers = [
46
"Programming Language :: Python :: 3.9",
47
"Programming Language :: Python :: 3.10",
48
"Programming Language :: Python :: 3.11",
49
+ "Programming Language :: Python :: 3.12",
50
"Topic :: Software Development :: Libraries :: Python Modules",
51
"Topic :: System :: Archiving :: Compression",
52
0 commit comments