-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
fix: remove python3.6 support #4635
Conversation
Co-authored-by: Lucas <[email protected]>
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.
Q: Should we also remove python3.6 from the appveyor jobs or should we do that in a separate PR? For instance appveyor-ubuntu.yml installs python3.6
Good point, it is better to do in this PR, let me update with that |
Which issue(s) does this change fix?
#4512
Why is this change necessary?
python3.6
have reached its EOL December 2021 and AWS Lambda dropped support in August 2022How does it address the issue?
By removing
python3.6
from enums and also replacing in the tests. Also added into deprecated runtimes for error handling.What side effects does this change have?
N/A
Mandatory Checklist
PRs will only be reviewed after checklist is complete
make pr
passesmake update-reproducible-reqs
if dependencies were changedBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.