Skip to content

Commit 8747e34

Browse files
mohansonloganek
authored andcommitted
Update python-version to 3.12
1 parent d489aae commit 8747e34

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/daily-runtime-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Initialize Python environment
2222
uses: actions/setup-python@v4
2323
with:
24-
python-version: '3.10'
24+
python-version: '3.12'
2525
cache: pip
2626

2727
- name: Install dependencies

.github/workflows/test-runner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Initialize Python environment
2424
uses: actions/setup-python@v4
2525
with:
26-
python-version: '3.10'
26+
python-version: '3.12'
2727
cache: pip
2828

2929
- name: Install dependencies
@@ -44,4 +44,4 @@ jobs:
4444

4545
- name: Run tests
4646
working-directory: test-runner
47-
run: PYTHONPATH=. coverage run
47+
run: PYTHONPATH=. coverage run

0 commit comments

Comments
 (0)