Skip to content

fix(build): require Cython >=3.0 for Python 3.10+ to fix wheel build#19

Open
deniskrds wants to merge 1 commit intonitmir:masterfrom
deniskrds:fix/longintrepr-header-compatibility
Open

fix(build): require Cython >=3.0 for Python 3.10+ to fix wheel build#19
deniskrds wants to merge 1 commit intonitmir:masterfrom
deniskrds:fix/longintrepr-header-compatibility

Conversation

@deniskrds
Copy link

Python 3.10+ removed longintrepr.h (PEP 620), causing wheel build failures for btdht. This change adds a Python version-based dependency on Cython >=3.0 to restore compatibility while preserving support for older Python versions.

Python 3.10+ removed `longintrepr.h` (PEP 620), causing wheel build
failures for `btdht`. This change adds a Python version-based dependency
on Cython >=3.0 to restore compatibility while preserving support for
older Python versions.
@deniskrds
Copy link
Author

Fixes #17

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.

1 participant

Comments