Support of Cython 3.1+ and Python 3.12+#22
Draft
elmordo wants to merge 28 commits into
Draft
Conversation
…_GetSize` by the `len`
implementation was done with strong AI support
New cython support
Author
|
@StdCarrot I am working on more refactoring/improvement of the installation process ( |
added 15 commits
June 27, 2026 16:39
…tutils.core` to the `setuptools`
…setup.py in the commit 347747e)
… added [test] extra requirement for pytest
Owner
|
Thanks for checking. Please add the setup.py / installation process refactoring to this PR. I am planning a support update for Python up to 3.14 during this summer (2026), so it would be helpful to review and release these compatibility-related changes together. |
Author
|
Hello, I have updated the Main changes I have done:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix of binary extension compilation on
Cython>=3.1andPython>=3.12.Unfortunately this changes are not compatible with older Cython and Python because some breaking changes was done in the Python C API.
Because the changes are not backward compatible, I am suggesting to bump version of the Py3AMF library to
0.9.0