-
Notifications
You must be signed in to change notification settings - Fork 281
Android updates #2568
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
base: main
Are you sure you want to change the base?
Android updates #2568
Conversation
…is not on the PATH
FYI, if it helps at all, currently we just read the groups out and pass them as requirements, but we can probably move to using the |
There are a few more things I want to deal with, but they're all connected to testing wheels, so I think I'll put them in a separate PR. |
Should we consider this the start of 3.2? |
I'm not exactly sure what the version number policy is. There's nothing backward incompatible about this PR, but it does add a new platform / Python version pair. |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. I'll have a look at the other PRs regarding the versioning question...
The current PR queue feels like we're heading to 3.2 at this point. |
Add Python 3.14 support, including downloading official binaries from python.org.
Simplify update_pythons.py:
arch
setting.Config
classes which are now identical.Update to latest versions of Python 3.13 and 3.14:
Don't assume that
patchelf
will be on the PATH (#2552).