Skip to content

Commit e6461cd

Browse files
authored
Merge pull request #1 from session-foundation/chore/bump-py-to-3.12
bump python version to 3.12
2 parents 45e796f + 30d1aa3 commit e6461cd

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)