Skip to content

update Cython to 3.1.1 - #637

Merged
methane merged 6 commits into
mainfrom
update-cython
May 31, 2025
Merged

update Cython to 3.1.1#637
methane merged 6 commits into
mainfrom
update-cython

Conversation

@methane

Copy link
Copy Markdown
Member

No description provided.

@ThomasWaldmann

ThomasWaldmann commented May 30, 2025

Copy link
Copy Markdown
Contributor

Recent setuptools releases require Python >= 3.9.

https://setuptools.pypa.io/en/latest/history.html#v75-4-0

Maybe it makes sense to delay the SPDX license stuff for a while?

Nitpick: it is Cython 3.1.1, not 3.11 (commit comment, PR title).

@methanemethane changed the title update Cython to 3.11update Cython to 3.1.1May 30, 2025
@ThomasWaldmann

Copy link
Copy Markdown
Contributor

The SPDX license stuff requires setuptools >= 77.0.0.

https://setuptools.pypa.io/en/latest/history.html#v77-0-0

So it is either SPDX license stuff or python 3.8 support.

@methane

Copy link
Copy Markdown
MemberAuthor

Recent setuptools emits warning about license = {text="Apache 2.0"} when building from source.
But I decided to ignore it for now. Next msgpack version (v1.1.1) will ship with Cython 3.1.1 and Python 3.8 support.

@methane
methane merged commit 868aa2c into mainMay 31, 2025
@methane
methane deleted the update-cython branch May 31, 2025 03:45
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@methane@ThomasWaldmann