Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

try Cython 3.0 #548

Merged
merged 1 commit into from Jul 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -2,7 +2,7 @@
requires = [
# Also declared in requirements.txt, if updating here please also update
# there
"Cython~=0.29.30",
"Cython~=3.0.0",
"setuptools >= 35.0.2",
]
build-backend = "setuptools.build_meta"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,5 +1,5 @@
# Also declared in pyproject.toml, if updating here please also update there.
Cython~=0.29.30
Cython~=3.0.0

# Tools required only for development. No need to add it to pyproject.toml file.
black==23.3.0
Expand Down