Skip to content

Commit 30d1aa3

Browse files
committed
chore: bump python version to 3.12
1 parent 45e796f commit 30d1aa3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check_for_crowdin_updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Python
3737
uses: actions/setup-python@v5
3838
with:
39-
python-version: 3.8
39+
python-version: 3.12
4040
cache: 'pip' # caching pip dependencies
4141
- name: Install Dependencies
4242
shell: bash

actions/setup_shared/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
- name: Setup Python
77
uses: actions/setup-python@v5
88
with:
9-
python-version: 3.8
9+
python-version: 3.12
1010
cache: 'pip' # caching pip dependencies
1111
- name: Install Dependencies
1212
shell: bash

0 commit comments

Comments
 (0)