Skip to content

Fix Cython 3.1 compatibility#41

Merged
anthrotype merged 1 commit intofonttools:masterfrom
musicinmybrain:cython-3.1
Jul 11, 2025
Merged

Fix Cython 3.1 compatibility#41
anthrotype merged 1 commit intofonttools:masterfrom
musicinmybrain:cython-3.1

Conversation

@musicinmybrain
Copy link
Copy Markdown
Contributor

The long type was unified with int for Python 3, and support for Python 2 was removed for Cython 3.1,
cython/cython#2800.

(You can reproduce failure to compile with Cython 3.1 by just checking out master and running python3 -m build.)

The long type was unified with int for Python 3, and support for Python
2 was removed for Cython 3.1,
cython/cython#2800.
@anthrotype anthrotype merged commit 52edbe1 into fonttools:master Jul 11, 2025
6 checks passed
Sign up for free to 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