Use Python 3.11 in translations and builder workflows (#95335)

This commit is contained in:
Franck Nijhof 2023-06-27 11:52:45 +02:00 committed by GitHub
parent 58f8f9c82a
commit 9de2b6c253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ on:
env:
BUILD_TYPE: core
DEFAULT_PYTHON: "3.10"
DEFAULT_PYTHON: "3.11"
jobs:
init:

View File

@ -10,7 +10,7 @@ on:
- "**strings.json"
env:
DEFAULT_PYTHON: "3.10"
DEFAULT_PYTHON: "3.11"
jobs:
upload: