Skip to content

Commit 8f6ea1a

Browse files
authored
update cython version
1 parent b86ee5a commit 8f6ea1a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = [
33
"setuptools",
44
"scikit-build>=0.13.0",
5-
"Cython==3.0.0a10"
5+
"Cython>=3.0.0a11"
66
]
77
build-backend = "backend"
88
backend-path = ["_custom_build"]

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"Programming Language :: Python :: 3.8",
2424
"Programming Language :: Python :: 3.9",
2525
"Programming Language :: Python :: 3.10",
26+
"Programming Language :: Python :: 3.11",
2627
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)"
2728
],
2829

tools/sdist.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ index 27f4629..752d509 100644
77
requires = [
88
"setuptools",
99
- "scikit-build>=0.13.0",
10-
- "Cython==3.0.0a10"
10+
- "Cython>=3.0.0a11"
1111
+ "scikit-build>=0.13.0"
1212
]
1313
build-backend = "backend"

0 commit comments

Comments
 (0)