-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update to Python 3.12.x #5736
Comments
Spike to investigate impact. |
Looks like we should only be minimally impacted by the removal of deprecated functionality. We already install setuptools in the venv. Some of our assertions use deprecated aliases that were removed in 3.12 (I found only one). AWS Lambda support is slated for this month. We can wait with this until January. |
|
Assignee to monitor AWS Lambda runtime availability. |
Putting issue into |
Assignee to check status of blockers two weeks from today. |
We checked the blockers and one of them is still not resolved. |
For demo show that schema validation still works, positives and negatives. |
Details about IT failure posted in PR #5951 (comment) |
https://hub.docker.com/_/python/tags?page=1&name=3.12
The text was updated successfully, but these errors were encountered: