Skip to content

Commit 542fc55

Browse files
authored
[ci] Update Python version to 3.11 (#267)
1 parent 9fc91d7 commit 542fc55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
- name: Set up Python
135135
uses: actions/setup-python@v5
136136
with:
137-
python-version: '3.10'
137+
python-version: '3.11'
138138

139139
- name: Save PR Info on Unix systems
140140
if: ${{ runner.os != 'windows' }}
@@ -603,7 +603,7 @@ jobs:
603603
- name: Set up Python
604604
uses: actions/setup-python@v5
605605
with:
606-
python-version: '3.10'
606+
python-version: '3.11'
607607

608608
- name: Save PR Info on Unix systems
609609
if: ${{ runner.os != 'windows' }}
@@ -1142,7 +1142,7 @@ jobs:
11421142
- name: Set up Python
11431143
uses: actions/setup-python@v5
11441144
with:
1145-
python-version: '3.10'
1145+
python-version: '3.11'
11461146

11471147
- name: Save PR Info on Unix systems
11481148
if: ${{ runner.os != 'windows' }}

0 commit comments

Comments
 (0)