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

Maintenance: Deprecate Python 3.6 #1339

Closed
9 tasks done
heitorlessa opened this issue Jul 21, 2022 · 2 comments
Closed
9 tasks done

Maintenance: Deprecate Python 3.6 #1339

heitorlessa opened this issue Jul 21, 2022 · 2 comments
Assignees
Labels
tech-debt Technical Debt tasks v2

Comments

@heitorlessa
Copy link
Contributor

heitorlessa commented Jul 21, 2022

Summary

AWS Lambda runtime will fully deprecate Python 3.6 on August 17th. This means, 3.6 functions will be unable to be updated.

This also means we will need to cut a major version (v2). We've decided to not pursue breaking changes in v2 besides 3.6 as there are tons of operational excellence work to be completed (e.g., E2E testing). We can create an issue for v3 to discuss modularization and properly document future breaking changes (and how to resolve).

Tasks:

Python 3.7 changes: https://realpython.com/python37-new-features/

Why is this needed?

Because Lambda will prohibit customers from updating their Lambda functions. We also had to lock or disable certain dependencies as they dropped 3.6 (jmespath, boto3, etc.).

Which area does this relate to?

Governance

Solution

No response

Acknowledgment

@heitorlessa heitorlessa added triage Pending triage from maintainers internal Maintenance changes labels Jul 21, 2022
@heitorlessa heitorlessa removed the triage Pending triage from maintainers label Aug 2, 2022
@heitorlessa heitorlessa added the v2 label Sep 19, 2022
@heitorlessa
Copy link
Contributor Author

Now complete in the V2 branch.

@github-actions
Copy link
Contributor

⚠️COMMENT VISIBILITY WARNING⚠️

This issue is now closed. Please be mindful that future comments are hard for our team to see.

If you need more assistance, please either tag a team member or open a new issue that references this one.

If you wish to keep having a conversation with other community members under this issue feel free to do so.

@heitorlessa heitorlessa added tech-debt Technical Debt tasks and removed internal Maintenance changes labels Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech-debt Technical Debt tasks v2
Projects
None yet
Development

No branches or pull requests

1 participant