Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions DEVELOP.md
Original file line number Diff line number Diff line change
@@ -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

```
Expand Down
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down