Skip to content

Commit a8b3db2

Browse files
authored
Update the python version used by GHA runners (#1352)
1 parent c5f3a68 commit a8b3db2

14 files changed

+18
-18
lines changed

.github/workflows/build-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup python
3535
uses: actions/setup-python@v4
3636
with:
37-
python-version: '3.8'
37+
python-version: '3.9'
3838

3939
- name: Install prerequisites
4040
shell: bash

.github/workflows/build_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Setup python
7070
uses: actions/setup-python@v4
7171
with:
72-
python-version: '3.8'
72+
python-version: '3.9'
7373

7474
- name: Cache NDK
7575
id: cache_ndk

.github/workflows/build_ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Setup python
7171
uses: actions/setup-python@v4
7272
with:
73-
python-version: '3.8'
73+
python-version: '3.9'
7474

7575
- name: setup Xcode version
7676
run: sudo xcode-select -s /Applications/Xcode_${{ env.xcodeVersion }}.app/Contents/Developer

.github/workflows/build_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Setup python
6666
uses: actions/setup-python@v4
6767
with:
68-
python-version: '3.8'
68+
python-version: '3.9'
6969

7070
- name: Install prerequisites
7171
shell: bash

.github/workflows/build_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Setup python
7474
uses: actions/setup-python@v4
7575
with:
76-
python-version: '3.8'
76+
python-version: '3.9'
7777

7878
- name: Add msbuild to PATH (windows)
7979
if: startsWith(matrix.os, 'windows')

.github/workflows/build_starter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ on:
5858
permissions: write-all
5959

6060
env:
61-
pythonVersion: '3.8'
61+
pythonVersion: '3.9'
6262

6363
jobs:
6464
check_and_prepare:

.github/workflows/build_tvos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Setup python
9292
uses: actions/setup-python@v4
9393
with:
94-
python-version: '3.8'
94+
python-version: '3.9'
9595

9696
- name: setup Xcode version
9797
run: sudo xcode-select -s /Applications/Xcode_${{ env.xcodeVersion }}.app/Contents/Developer

.github/workflows/build_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Setup python
6969
uses: actions/setup-python@v4
7070
with:
71-
python-version: '3.8'
71+
python-version: '3.9'
7272

7373
- name: Add msbuild to PATH (windows)
7474
uses: microsoft/[email protected]

.github/workflows/generate_swig.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Setup python
5454
uses: actions/setup-python@v4
5555
with:
56-
python-version: '3.8'
56+
python-version: '3.9'
5757

5858
- name: Install prerequisites
5959
shell: bash

.github/workflows/integration_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ env:
3737
triggerLabelPrefix: "tests-requested: "
3838
triggerLabelFull: "tests-requested: full"
3939
triggerLabelQuick: "tests-requested: quick"
40-
pythonVersion: '3.8'
40+
pythonVersion: '3.9'
4141
artifactRetentionDays: 2
4242

4343
jobs:
@@ -190,7 +190,7 @@ jobs:
190190
- name: Setup python
191191
uses: actions/setup-python@v4
192192
with:
193-
python-version: '3.8'
193+
python-version: '3.9'
194194
- name: Install python deps
195195
timeout-minutes: 10
196196
shell: bash
@@ -371,7 +371,7 @@ jobs:
371371
- name: Setup python
372372
uses: actions/setup-python@v4
373373
with:
374-
python-version: '3.8'
374+
python-version: '3.9'
375375
- name: Install python deps
376376
timeout-minutes: 10
377377
shell: bash
@@ -497,7 +497,7 @@ jobs:
497497
- name: Setup python
498498
uses: actions/setup-python@v4
499499
with:
500-
python-version: '3.8'
500+
python-version: '3.9'
501501
- name: Install python deps
502502
timeout-minutes: 10
503503
shell: bash

0 commit comments

Comments
 (0)