Skip to content

Commit cc67592

Browse files
committed
lint
1 parent e21a667 commit cc67592

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
build-backend = "setuptools.build_meta"
33
requires = [
44
"Cython>=0.29",
5-
"oldest-supported-numpy ; python_version < '3.9'",
6-
"numpy>=2.0.0rc1 ; python_version >= '3.9'",
5+
'numpy>=2.0.0rc1; python_version >= "3.9"',
6+
'oldest-supported-numpy; python_version < "3.9"',
77
"setuptools>=61",
88
]
99

@@ -46,6 +46,7 @@ classifiers = [
4646
"Programming Language :: Python :: 3.9",
4747
"Programming Language :: Python :: 3.10",
4848
"Programming Language :: Python :: 3.11",
49+
"Programming Language :: Python :: 3.12",
4950
"Topic :: Software Development :: Libraries :: Python Modules",
5051
"Topic :: System :: Archiving :: Compression",
5152
]

0 commit comments

Comments
 (0)