Skip to content

Commit

Permalink
update cython version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Sep 9, 2022
1 parent b86ee5a commit 8f6ea1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = [
"setuptools",
"scikit-build>=0.13.0",
"Cython==3.0.0a10"
"Cython>=3.0.0a11"
]
build-backend = "backend"
backend-path = ["_custom_build"]
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)"
],

Expand Down
2 changes: 1 addition & 1 deletion tools/sdist.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ index 27f4629..752d509 100644
requires = [
"setuptools",
- "scikit-build>=0.13.0",
- "Cython==3.0.0a10"
- "Cython>=3.0.0a11"
+ "scikit-build>=0.13.0"
]
build-backend = "backend"
Expand Down

0 comments on commit 8f6ea1a

Please sign in to comment.