Skip to content

Commit 0602baf

Browse files
authored
update Cython and setuptools (#599)
1 parent 2eca765 commit 0602baf

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

DEVELOP.md

-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
# Developer's note
22

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-
113
### Build
124

135
```

pyproject.toml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[build-system]
22
requires = [
3-
# Also declared in requirements.txt, if updating here please also update
4-
# there
5-
"Cython~=3.0.8",
6-
"setuptools >= 35.0.2",
3+
# Also declared in requirements.txt, if updating here please also update there
4+
"Cython~=3.0.10",
5+
"setuptools >= 69.5.1",
76
]
87
build-backend = "setuptools.build_meta"
98

0 commit comments

Comments
 (0)