-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade pyo3 #882
Milestone
Comments
The old pyo3 version used in this project is now even more of a problem, because Python 3.12 (as available in Fedora 39+) is only correctly supported by pyo3 v0.19.2 and newer. Previous versions of pyo3 are potentially broken due to ABI changes in Python 3.12. |
Merged
jw3
added a commit
that referenced
this issue
Nov 15, 2023
Updates pyo3 to 0.19 to avoid Fedora deprecation of earlier versions due to Python 3.12 incompatibilities. To do this upgrade we must drop Python 3.6. As a result rhel 8 support is forking off in a separate branch. This commit removes rhel 8 support from the master branch. The minimum Python support is now 3.9. Cargo spec has been updated to 2021 version. Reference: https://lists.fedoraproject.org/archives/list/[email protected]/thread/XG7GMDZFL2RO4QHEFBJKU7YDE3AZBRVM/#XG7GMDZFL2RO4QHEFBJKU7YDE3AZBRVM Closes #882
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are currently holding back all versions for epel8 Python 3.6 abi support. Could instead use the minimal abi and all versions could move forward to more recent Pyo3.
The text was updated successfully, but these errors were encountered: