This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Sets bicep to python 3.12 #254
Milestone
Comments
cc @pamelafox |
Is it going to work for all the templates? I think aiohttp is still pending 3.12 support? I worry about using 3.12 already if many folks are going to have issues as soon as they bring in other packages. |
Currently we aren't using aiohttp for anything. This is definitely why I was considering doing a hidden configurable value. |
Currently testing changes in Flask with postgres-flexible-appservice |
Projected option for this would be to have a cruft update --variables-to-update '{"__python_version": "3.11"}' |
Okay would we need to run that on all the existing templates then? |
yup working on it |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Minimum Support
to support using the latest version of Python we should version bump our bicep to include the latest version.
Doing the most
Do you think it would be sensible to provide a list of options for python (even as a hidden value that could be overwritten that sets any of our supported versions)
Versions:
The text was updated successfully, but these errors were encountered: