-
Notifications
You must be signed in to change notification settings - Fork 979
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
Feature request: Python 3.10 support #501
Comments
Support for Python 3.10 runtimes will arrive eventually, but I would not count on that happening in the near future. Having waited for many months, I submitted #455 which added support for Python 3.9 for several standard images. I would be glad to prepare a similar PR for Python 3.10 as soon as time permits. Most likely that won't be before the end of the year. Anyone else able to step up? Looking at AWS, too ;-) |
I've opened a PR. Now it's up to AWS to review and hopefully merge. |
+1 ;-) |
Updated Python versions: - 3.7.10 → 3.7.12 - 3.8.10 → 3.8.12 - 3.9.5 → 3.9.9 Other updated versions: - pip: 21.1.2 → 21.3.1 - PyYAML: 5.4.1 → 6.0 - OpenSSL: 1.1.1k → 1.1.1m Note: I did not touch OpenSSL versions < 1.1.1k Closes aws#501
Support added for Python 3.10 in the latest Ubuntu image in CodeBuild. https://github.com/aws/aws-codebuild-docker-images/releases/tag/22.06.30 AL2 images will get this update in the next release. |
Hello,
Are there plans to add support for python 3.10 in the near future? I am most interested in python 3.10 support for
aws/codebuild/standard:4.0
and/oraws/codebuild/standard:5.0
.Thanks!
The text was updated successfully, but these errors were encountered: