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 74ec9ed commit cc03d0cCopy full SHA for cc03d0c
pyproject.toml
@@ -5,6 +5,6 @@ requires = [
5
"scikit-build>=0.13.0",
6
"cmake",
7
"ninja; platform_system!='Windows'",
8
- "Cython==3.0.0a10"
+ "Cython==3.0.0b02"
9
]
10
build-backend = "setuptools.build_meta"
setup.py
@@ -21,6 +21,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",
25
"License :: OSI Approved :: MIT License"
26
],
27
0 commit comments