From 9de2b6c25348b3c994c8181c9c6dbfdc57170df4 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 27 Jun 2023 11:52:45 +0200 Subject: [PATCH] Use Python 3.11 in translations and builder workflows (#95335) --- .github/workflows/builder.yml | 2 +- .github/workflows/translations.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: