diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index fdf17f6c735..8fa13c04396 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -10,7 +10,7 @@ on: env: BUILD_TYPE: core - DEFAULT_PYTHON: "3.10" + DEFAULT_PYTHON: "3.11" jobs: init: diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index e57d4f1d196..dd1f3d061a9 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -10,7 +10,7 @@ on: - "**strings.json" env: - DEFAULT_PYTHON: "3.10" + DEFAULT_PYTHON: "3.11" jobs: upload: