Skip to content

Commit

Permalink
Re-add support for Cython 3
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Borean <jborean93@gmail.com>
  • Loading branch information
jborean93 committed Jan 29, 2024
1 parent 5c316ec commit 5bb5eb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[build-system]
requires = [
# 0.29.29 includes fixes for Python 3.11
# Cannot use 3 until https://github.com/cython/cython/issues/5665 is fixed
"Cython >= 0.29.29, < 3.0.0",
"Cython >= 3.0.3, < 4.0.0",
"setuptools >= 40.6.0", # Start of PEP 517 support for setuptools
]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 5bb5eb4

Please sign in to comment.