Skip to content

Commit

Permalink
Exclude Cython 3.0.10 as it has a bug on "except? -1"
Browse files Browse the repository at this point in the history
  • Loading branch information
Baekalfen committed Apr 1, 2024
1 parent ef25b6b commit 7db01f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pyboy = "pyboy.__main__:main"
requires = [
"setuptools>=61.0.0",
"wheel",
"cython>=3.0.6; platform_python_implementation == 'CPython'",
"cython>=3.0.6,!=3.0.10; platform_python_implementation == 'CPython'",
"numpy",
]
build-backend = "setuptools.build_meta"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change in setup.py
setuptools>=61.0.0
cython>=3.0.6; platform_python_implementation == 'CPython'
cython>=3.0.6,!=3.0.10; platform_python_implementation == 'CPython'
numpy
pysdl2
pysdl2-dll

0 comments on commit 7db01f6

Please sign in to comment.