Skip to content

Commit cc03d0c

Browse files
authored
add support for python3.11
1 parent 74ec9ed commit cc03d0c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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.0a10"
8+
"Cython==3.0.0b02"
99
]
1010
build-backend = "setuptools.build_meta"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"Programming Language :: Python :: 3.8",
2222
"Programming Language :: Python :: 3.9",
2323
"Programming Language :: Python :: 3.10",
24+
"Programming Language :: Python :: 3.11",
2425
"License :: OSI Approved :: MIT License"
2526
],
2627

0 commit comments

Comments
 (0)