mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 20:03:16 +00:00
Update Cython to 0.29.30
This commit is contained in:
parent
6a721faa77
commit
b901b179d1
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
requires = [
|
requires = [
|
||||||
# Also declared in requirements.txt, if updating here please also update
|
# Also declared in requirements.txt, if updating here please also update
|
||||||
# there
|
# there
|
||||||
"Cython~=0.29.13",
|
"Cython~=0.29.30",
|
||||||
"setuptools >= 35.0.2",
|
"setuptools >= 35.0.2",
|
||||||
]
|
]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Also declared in pyproject.toml, if updating here please also update there
|
# Also declared in pyproject.toml, if updating here please also update there
|
||||||
Cython~=0.29.13
|
Cython~=0.29.30
|
||||||
|
|
||||||
# dev only tools. no need to add pyproject
|
# dev only tools. no need to add pyproject
|
||||||
black==22.3.0
|
black==22.3.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue