-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[windows] upgrade to Python 3.10.1 #83615
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
[windows] upgrade to Python 3.10.1 #83615
Conversation
@swift-ci please smoke test |
d2de8d9
to
3161a8b
Compare
@swift-ci please smoke test |
Hey, I guess people using lldb upstream (without swift support) might also have this Windows on ARM issue, right ? Given that upstream lldb requires Python 3.8 (which have been EOL since October 2024!), I might be worth to bump that requirement to get a newer version both upstream as well as addressing the windows issue. cc. @JDevlieghere |
We need to cherry-pick llvm/llvm-project#154396 before this can be merged. |
They would get the same issue on Windows if they build with Python 3.8, however the installer for 21.1 is built with Python 3.11, which does have a Python arm64 installer. And I don't think someone would even be able to build an arm64 version of lldb with python 3.9 or earlier as there is no official build of Python for that platform. (They could try to build Python from source, but not sure if that even works). Ubuntu focal is not supported anymore, so we could bump the version to |
I've asked around and we're not ready to bump the python that ships with Xcode. Since this only affects windows, then it's fine for now. LGTM |
@swift-ci please test windows |
Update to Python 3.10.1 on Windows since Python 3.9.10 is going EOL on October 2025.