Skip to content

Commit 2b07ba8

Browse files
authored
ci: bump python version to 3.10 (#28)
1 parent 88a4814 commit 2b07ba8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
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.9
39+
python-version: "3.10"
4040
cache: 'pip'
4141

4242
- name: Install Python dependencies
@@ -124,7 +124,7 @@ jobs:
124124
- name: Setup Python
125125
uses: actions/setup-python@v5
126126
with:
127-
python-version: 3.9
127+
python-version: "3.10"
128128
cache: 'pip'
129129

130130
- name: Install Python dependencies
@@ -179,7 +179,7 @@ jobs:
179179
- name: Setup Python
180180
uses: actions/setup-python@v5
181181
with:
182-
python-version: 3.9
182+
python-version: "3.10"
183183
cache: 'pip'
184184

185185
- name: Install Python dependencies

0 commit comments

Comments
 (0)