[Packaging] Bump embedded Python to 3.8 for deb packages#20869
Merged
[Packaging] Bump embedded Python to 3.8 for deb packages#20869
Conversation
Member
Author
|
CI fails on jobs:
This is because LibreSSL on These distributions are too old. It turns out that building Python 3.7+ on old distributions like these is complex, as we need to manually build openSSL as well:
Per https://wiki.ubuntu.com/Releases, Ubuntu 14.04.6 Trusty has reached its End of Standard Support in April 2019. Perhaps it is time to drop support for Ubuntu 14.04.6 Trusty and Debian 8 Jessie as well. |
wangzelin007
approved these changes
Jan 5, 2022
yonzhan
approved these changes
Jan 29, 2022
calvinhzy
approved these changes
Feb 17, 2022
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.
Context
Python 3.6 has reached its End of Life on 2021-12-23 (https://www.python.org/downloads/) and there will be no security updates, which puts Azure CLI deb packages at risk.
Change
This PR bumps Python to 3.8.11 for deb packages.
Question: Should we use Python 3.9 or even Python 3.10? Windows MSI currently contains Python 3.8.9.
Related PRs
History Notes
[Packaging] Bump embedded Python to 3.8 for deb packages
[Packaging] BREAKING CHANGE: Drop support for Ubuntu 14.04 Trusty Tahr and Debian 8 Jessie