Hi ! Dagster supports Python 3.8+ since version 1....
# ask-community
l
Hi ! Dagster supports Python 3.8+ since version 1.1.10 Our projects all base on python 3.7. Is there a deployment method which allow the code location use different python version from Dagster's? https://docs.dagster.io/concepts/code-locations/workspace-files#loading-multiple-python-environments There is a section "Loading multiple Python environments" in the Docs. Is it possible a code location uses a venv with python 3.7?
🤖 1
a
3.7 support was only dropped in
1.4.0
Is it possible a code location uses a venv with python 3.7
yep! you may need to use
1.4.0
or earlier versions of the
dagster
library in those code locations but the webserver and daemon can continue to stay up to date
l
Got, thanks a lot!