File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 22requires = [
33 " setuptools" ,
44 " scikit-build>=0.13.0" ,
5- " Cython== 3.0.0a10 "
5+ " Cython>= 3.0.0a11 "
66]
77build-backend = " backend"
88backend-path = [" _custom_build" ]
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments