mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 09:50:01 +00:00
try Cython 3.0 (#548)
This commit is contained in:
parent
e5249f877c
commit
427736bbcc
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue