-
Notifications
You must be signed in to change notification settings - Fork 248
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
chore: drop support for Python 3.6 (EOL as of 2021-12-23) #3472
Conversation
Python 3.6 has been end-of-life since late december 2021, and an increasing amount of our dependencies are dropping support for it as a consequence. We introduced a warning to users that are still using Python 3.6 with release `v1.55.1` around March 16, 2022. We are now effectively dropping support for Python 3.6, and introducing testing for Python 3.10 releases. Related: 919f735 BREAKING CHANGE: `jsii-pacmak` and the libraries it generates for Python targets now require a minimum Python version of 3.7, instead of 3.6 previously. We recommend users upgrade to the latest supported Python release (Python 3.10).
|
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.
LGTM when we are rdy.
ℹ️ Important InformationThis PR removes some PR check builds that are currently required by the branch protection settings for the
When this update is done, all existing PRs will fail to pass PR validation rules until they are updated to the new |
Python 3.6 has been end-of-life since late december 2021, and an
increasing amount of our dependencies are dropping support for it as a
consequence.
We introduced a warning to users that are still using Python 3.6 with
release
v1.55.1
around March 16, 2022.We are now effectively dropping support for Python 3.6, and introducing
testing for Python 3.10 releases.
Related: 919f735
BREAKING CHANGE:
jsii-pacmak
and the libraries it generates for Pythontargets now require a minimum Python version of 3.7, instead of 3.6
previously. We recommend users upgrade to the latest supported Python
release (Python 3.10).
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.