From 30d1aa3b9829720cef73f78dabe89800f199b0a2 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Tue, 28 Jan 2025 13:07:01 +1100 Subject: [PATCH] chore: bump python version to 3.12 --- .github/workflows/check_for_crowdin_updates.yml | 2 +- actions/setup_shared/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_for_crowdin_updates.yml b/.github/workflows/check_for_crowdin_updates.yml index a08f33c..fa5d7e6 100644 --- a/.github/workflows/check_for_crowdin_updates.yml +++ b/.github/workflows/check_for_crowdin_updates.yml @@ -36,7 +36,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: 3.8 + python-version: 3.12 cache: 'pip' # caching pip dependencies - name: Install Dependencies shell: bash diff --git a/actions/setup_shared/action.yml b/actions/setup_shared/action.yml index f8ce360..360b270 100644 --- a/actions/setup_shared/action.yml +++ b/actions/setup_shared/action.yml @@ -6,7 +6,7 @@ runs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: 3.8 + python-version: 3.12 cache: 'pip' # caching pip dependencies - name: Install Dependencies shell: bash