-
Notifications
You must be signed in to change notification settings - Fork 918
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
Upgrade to Python 3.10 o3 3.11 #3152
Comments
Hi @FriederikeBrezing , we publicly support python 3.10 and 3.11. Check here for current supported versions: |
This is a comment written before we supported Python 3.9. I will delete it to avoid confusion. |
The Docker file in the dev container is still based on the python:3.9 image. Can it be upgraded as well? |
@amichel same goes for the default version when building using And the output Dockerfile contains |
@wangchao1230 Hey. Please open this issue again pf flow build --source ./flows/standard --output dist --format docker And the output Dockerfile contains Please make its version configurable !!! |
python version in the deployed image is fixed in |
I have added a separate issue to address this feature request |
I also made a PR that solves the problem |
We would like to upgrade our code base to Python 3.10 or 3.11.
Some packages that we would like to use, like PyRit, require Python >= 3.10.
Promptflow still recommends using 3.9.
Describe the solution you'd like
Promptflow should fully support Python 3.10 or higher
The text was updated successfully, but these errors were encountered: