Skip to content
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

feat: switch to python 3.8 (#4239) #4327

Merged
merged 2 commits into from
Nov 14, 2023
Merged

feat: switch to python 3.8 (#4239) #4327

merged 2 commits into from
Nov 14, 2023

Conversation

mrgrain
Copy link
Contributor

@mrgrain mrgrain commented Nov 14, 2023

Python 3.7 has been end-of-life since 2023-06-27, 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.7 with release v1.86.0 around August 1, 2023.

We are now effectively dropping support for Python 3.7.

Related: 0ef7ace

Re-roll of #4239, which was reverted because the build & release pipeline failed. After some investigation this was because the job used a superchain image with python3.7. However after this change a minimum version of python 3.8 is required.

BREAKING CHANGE: jsii-pacmak and the libraries it generates for Python targets now require a minimum Python version of 3.8, instead of 3.7 previously. We recommend users upgrade to the latest supported Python release (Python 3.11).


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Python 3.7 has been end-of-life since 2023-06-27, 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.7 with
release v1.86.0 around August 1, 2023.

We are now effectively dropping support for Python 3.7.

Related: 0ef7ace

BREAKING CHANGE: jsii-pacmak and the libraries it generates for Python
targets now require a minimum Python version of 3.8, instead of 3.7
previously. We recommend users upgrade to the latest supported Python
release (Python 3.11).

---

By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].

[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
@mrgrain mrgrain added the pr/do-not-merge This PR should not be merged at this time. label Nov 14, 2023
@mergify mergify bot added the contribution/core This is a PR that came from AWS. label Nov 14, 2023
@mrgrain mrgrain removed the pr/do-not-merge This PR should not be merged at this time. label Nov 14, 2023
Copy link
Contributor

mergify bot commented Nov 14, 2023

Thank you for contributing! ❤️ I will now look into making sure the PR is up-to-date, then proceed to try and merge it!

@mergify mergify bot added the pr/ready-to-merge This PR is ready to be merged. label Nov 14, 2023
Copy link
Contributor

mergify bot commented Nov 14, 2023

Merging (with squash)...

Copy link
Contributor

mergify bot commented Nov 14, 2023

Merging (with squash)...

@mergify mergify bot merged commit 416e2b5 into main Nov 14, 2023
31 checks passed
@mergify mergify bot deleted the mrgrain/feat/python3.8 branch November 14, 2023 19:36
@mergify mergify bot removed the pr/ready-to-merge This PR is ready to be merged. label Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants