-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
python: Upgrade to 3.13.3 #24679
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
python: Upgrade to 3.13.3 #24679
Conversation
|
Have you tried building it? The patches need to be rebased also. |
|
@Biswa96 Oops, will do. |
|
Wish it were that easy to be honest. |
|
@meghprkh for reference if you would like some comparison to get started, here are the changes that were performed initially for python 3.11->3.12 change, which was a ~900 line change: and then additionally after that, every package in the repository that has here is a list of many of the packages I found that might need to be checked for whether they need to be rebuilt for python 3.13, in a search:
|
|
Additionally, I am pretty sure that build host Python 3.13 would (probably, I think) be necessary to install during https://ubuntuhandbook.org/index.php/2024/02/install-python-3-13-ubuntu/ |
|
I guess with the ppa, you can not rely on any of the native built python packages in the With that regard, I think its best to wait for the next ubuntu LTS imo. Or at the very least this change is beyond my scope of understanding of the termux build system. Thanks for the help regardless! |
That ppa was used previously and removed in 7132ad2 commit after Ubuntu update. |
|
I am not sure how that works. From the ppa
There is Maybe that has a fallback, if it cant load the native extension, I am not sure (since I recall the CLoader vs Loader API there) |
Probably I should write python validation script as well. |
No description provided.