Skip to content

Commit 732e3e1

Browse files
committed
ci: bump python to 3.10
1 parent bf5b6fb commit 732e3e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/full-dist-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Python
4343
uses: actions/setup-python@v5
4444
with:
45-
python-version: 3.9
45+
python-version: '3.10'
4646

4747
- name: Install Python packages
4848
run: pip install -r requirements.txt

.github/workflows/nightly-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Setup Python
5959
uses: actions/setup-python@v5
6060
with:
61-
python-version: 3.9
61+
python-version: '3.10'
6262

6363
- name: Install Python packages
6464
run: pip install -r requirements.txt
@@ -109,7 +109,7 @@ jobs:
109109
- name: Setup Python
110110
uses: actions/setup-python@v5
111111
with:
112-
python-version: 3.9
112+
python-version: '3.10'
113113

114114
- name: Install Python packages
115115
run: pip install -r requirements.txt

0 commit comments

Comments
 (0)