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

Remove support for everything below python 3.6 #2195

Merged
merged 2 commits into from
Jan 13, 2022

Conversation

kddejong
Copy link
Contributor

@kddejong kddejong commented Jan 7, 2022

Issue #, if available:

Description of changes:

  • End support for python 2.7, 3.4, 3.5

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@kddejong kddejong force-pushed the lifecycle/python/2.7 branch 2 times, most recently from 3f4f98e to 7336028 Compare January 11, 2022 16:46
@kddejong
Copy link
Contributor Author

after this is in I will do another PR to rip out six every where we have it. I don't want to make this PR messy so I'm going to separate them.

@kddejong
Copy link
Contributor Author

kddejong commented Jan 11, 2022

We are still getting downloads per day:
~ 1,900 in Python 2
~ 500 for python 3.5
~ 10 for python 3.4

@kddejong kddejong merged commit a156dac into aws-cloudformation:main Jan 13, 2022
@kddejong kddejong deleted the lifecycle/python/2.7 branch January 13, 2022 17:54
musicinmybrain added a commit to musicinmybrain/cfn-lint that referenced this pull request Jan 13, 2022
The functionality is in the standard library as unittest.mock
beginning with Python 3.3.

Since aws-cloudformation#2195 removed
support for everything below Python 3.6, the dependency can be removed
unconditionally.
kddejong pushed a commit that referenced this pull request Jan 14, 2022
The functionality is in the standard library as unittest.mock
beginning with Python 3.3.

Since #2195 removed
support for everything below Python 3.6, the dependency can be removed
unconditionally.
kddejong added a commit to kddejong/cfn-python-lint that referenced this pull request Feb 28, 2022
* Remove support for everything below python 3.6
* Remove additional python 2.7 considerations
kddejong pushed a commit to kddejong/cfn-python-lint that referenced this pull request Feb 28, 2022
The functionality is in the standard library as unittest.mock
beginning with Python 3.3.

Since aws-cloudformation#2195 removed
support for everything below Python 3.6, the dependency can be removed
unconditionally.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants