Skip to content

Commit bc7db51

Browse files
committed
add python 3.12 support
1 parent 5370653 commit bc7db51

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ requires = [
55
"scikit-build>=0.13.0",
66
"cmake",
77
"ninja; platform_system!='Windows'",
8-
"Cython==3.0.0b02"
8+
"Cython >=3.0.7, <3.1.0"
99
]
1010
build-backend = "setuptools.build_meta"

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@
1616
license="MIT",
1717
classifiers=[
1818
"Programming Language :: Python :: 3",
19-
"Programming Language :: Python :: 3.6",
20-
"Programming Language :: Python :: 3.7",
2119
"Programming Language :: Python :: 3.8",
2220
"Programming Language :: Python :: 3.9",
2321
"Programming Language :: Python :: 3.10",
2422
"Programming Language :: Python :: 3.11",
23+
"Programming Language :: Python :: 3.12",
2524
"License :: OSI Approved :: MIT License"
2625
],
2726

0 commit comments

Comments
 (0)