dagster-io / dagster-cloud-action

Apache License 2.0
12 stars 18 forks source link

Increment default python version to 3.11 #160

Open jmsanders opened 6 months ago

jmsanders commented 6 months ago

I suspect we'll want to sufficiently increment the released version so this doesn't break users who are pinned to 0.1.

github-actions[bot] commented 6 months ago

Your pull request is automatically being deployed to Dagster Cloud.

Location Status Link Updated
from_gh_action View in Cloud Mar 27, 2024 at 10:07 PM (UTC)
shalabhc commented 6 months ago

I think we want to change only the templates that get copied into the user repo. Eg https://github.com/dagster-io/dagster-cloud-action/tree/main/github/serverless

jmsanders commented 6 months ago

So keep all the defaults as 3.8 but have all the user templates override to 3.11? It looks like we might need to add a python_version override to the gitlab templates in that case.