update Cython and setuptools (#599)

This commit is contained in:
Inada Naoki 2024-05-03 18:20:09 +09:00 committed by GitHub
parent 2eca765533
commit 0602baf3ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 12 deletions

View file

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

View file

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