We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eca765 commit 0602bafCopy full SHA for 0602baf
DEVELOP.md
@@ -1,13 +1,5 @@
1
# Developer's note
2
3
-## Wheels
4
-
5
-Wheels for macOS and Linux are built on Travis and AppVeyr, in
6
-[methane/msgpack-wheels](https://github.com/methane/msgpack-wheels) repository.
7
8
-Wheels for Windows are built on Github Actions in this repository.
9
10
11
### Build
12
13
```
pyproject.toml
@@ -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"
0 commit comments