dagster-io / dagster-cloud-action

Apache License 2.0
13 stars 20 forks source link

Increment default python version to 3.11 #160

Closed jmsanders closed 1 month ago

jmsanders commented 7 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 7 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 7 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 7 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.

jmsanders commented 1 month ago

I don't plan on doing anything with this right now.