-
Notifications
You must be signed in to change notification settings - Fork 429
Maintenance: Support for Python 3.12 #3272
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
Comments
22 tasks
22 tasks
|
This is now released under 2.30.0 version! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why is this needed?
Python 3.12 official docker image is available in preview: aws/aws-lambda-base-images#110 (comment). We can start preparing to add support Python 3.12 in Powertools for AWS Lambda.
Which area does this relate to?
Other
Solution
Use this playbook to add support for Python 3.12. Thank you @rubenfonseca for this extensive work in creating these detailed steps.
Steps
1. Prerequisites
2. Testing locally
make pr
3. Bumping the supported runtimes in the layer construct
On the CDK Layer repository, do:
yarn projen test
4. Updating workflows and templates
.github
directory to include the new runtime version. This includes the e2e workflow5. Layer
package.json
and runningnpm install
pyproject.toml
and runningpoetry lock
.6. SAR
layer/sar/template.txt
7. Change the PyPi metadata
pyproject.toml
and update the poetry classifiers to include the new runtime.8. Open a PR and run E2E tests
9. Examples
10. Merge and release
Acknowledgment
The text was updated successfully, but these errors were encountered: