mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-09 03:10:19 +00:00
update Cython and setuptools (#599)
This commit is contained in:
parent
2eca765533
commit
0602baf3ea
2 changed files with 3 additions and 12 deletions
|
|
@ -1,13 +1,5 @@
|
|||
# Developer's note
|
||||
|
||||
## Wheels
|
||||
|
||||
Wheels for macOS and Linux are built on Travis and AppVeyr, in
|
||||
[methane/msgpack-wheels](https://github.com/methane/msgpack-wheels) repository.
|
||||
|
||||
Wheels for Windows are built on Github Actions in this repository.
|
||||
|
||||
|
||||
### Build
|
||||
|
||||
```
|
||||
|
|
|
|||
|
|
@ -1,9 +1,8 @@
|
|||
[build-system]
|
||||
requires = [
|
||||
# Also declared in requirements.txt, if updating here please also update
|
||||
# there
|
||||
"Cython~=3.0.8",
|
||||
"setuptools >= 35.0.2",
|
||||
# Also declared in requirements.txt, if updating here please also update there
|
||||
"Cython~=3.0.10",
|
||||
"setuptools >= 69.5.1",
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue