diff --git a/python_modules/dagster/dagster/_generate/templates/CODE_LOCATION_NAME_PLACEHOLDER/pyproject.toml.tmpl b/python_modules/dagster/dagster/_generate/templates/CODE_LOCATION_NAME_PLACEHOLDER/pyproject.toml.tmpl index 18a4302239867..04c2b8c22e006 100644 --- a/python_modules/dagster/dagster/_generate/templates/CODE_LOCATION_NAME_PLACEHOLDER/pyproject.toml.tmpl +++ b/python_modules/dagster/dagster/_generate/templates/CODE_LOCATION_NAME_PLACEHOLDER/pyproject.toml.tmpl @@ -3,7 +3,7 @@ name = "{{ code_location_name }}" version = "0.1.0" description = "Add your description here" readme = "README.md" -requires-python = ">=3.8,<3.12" +requires-python = ">=3.8,<3.13" dependencies = [ "dagster", "dagster-cloud",