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 5370653 commit bc7db51Copy full SHA for bc7db51
pyproject.toml
@@ -5,6 +5,6 @@ requires = [
5
"scikit-build>=0.13.0",
6
"cmake",
7
"ninja; platform_system!='Windows'",
8
- "Cython==3.0.0b02"
+ "Cython >=3.0.7, <3.1.0"
9
]
10
build-backend = "setuptools.build_meta"
setup.py
@@ -16,12 +16,11 @@
16
license="MIT",
17
classifiers=[
18
"Programming Language :: Python :: 3",
19
- "Programming Language :: Python :: 3.6",
20
- "Programming Language :: Python :: 3.7",
21
"Programming Language :: Python :: 3.8",
22
"Programming Language :: Python :: 3.9",
23
"Programming Language :: Python :: 3.10",
24
"Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
25
"License :: OSI Approved :: MIT License"
26
],
27
0 commit comments