Skip to content

Commit

Permalink
update Cython and setuptools (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
methane authored May 3, 2024
1 parent 2eca765 commit 0602baf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
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

0 comments on commit 0602baf

Please sign in to comment.