try Cython 3.0 (#548)

This commit is contained in:
Inada Naoki 2023-07-21 11:11:04 +09:00 committed by GitHub
parent e5249f877c
commit 427736bbcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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