-
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(git_action): remove python3.7 & 3.8 #7844
Conversation
Do we want to add python 3.12 and 13 while we're making these changes? |
For tests cases, they already have a case for 3.12 and 13. |
@@ -55,7 +55,6 @@ jobs: | |||
- ubuntu-latest | |||
- windows-latest | |||
python: | |||
- "3.8" | |||
- "3.9" |
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.
Just for context here, do we know why we are not having 3.10 for make pr
here?
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.
We can add one if necessary, but be aware this is a matrix and there will be 10+ more jobs added to git action for every PR
@@ -244,8 +240,6 @@ jobs: | |||
with: | |||
# These are the versions of Python that correspond to the supported Lambda runtimes | |||
python-version: | | |||
3.7 | |||
3.8 |
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.
For visibility, Lambda will support function creation until Feb 28, 2025.
Name | Identifier | Operating system | Deprecation date | Block function create | Block function update |
---|---|---|---|---|---|
Python 3.8 | python3.8 | Amazon Linux 2 | Oct 14, 2024 | Feb 28, 2025 | Mar 31, 2025 |
Which issue(s) does this change fix?
Why is this change necessary?
How does it address the issue?
What side effects does this change have?
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.