Skip to content

Commit 573b192

Browse files
authored
ci: update python version (scaleway#828)
1 parent 31f1ed0 commit 573b192

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python
2424
uses: actions/setup-python@v5
2525
with:
26-
python-version: 3.8
26+
python-version: "3.10"
2727
- name: Install poetry
2828
run: |
2929
pip install poetry
@@ -49,7 +49,7 @@ jobs:
4949
- name: Set up Python
5050
uses: actions/setup-python@v5
5151
with:
52-
python-version: 3.8
52+
python-version: "3.10"
5353
- name: Install poetry
5454
run: |
5555
pip install poetry
@@ -75,7 +75,7 @@ jobs:
7575
- name: Set up Python
7676
uses: actions/setup-python@v5
7777
with:
78-
python-version: 3.8
78+
python-version: "3.10"
7979
- name: Install poetry
8080
run: |
8181
pip install poetry

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: 3.8
22+
python-version: "3.10"
2323
- name: Install poetry
2424
run: |
2525
pip install poetry

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@v5
1717
with:
18-
python-version: 3.8
18+
python-version: "3.10"
1919
- name: Install poetry
2020
run: |
2121
pip install poetry
@@ -52,7 +52,7 @@ jobs:
5252
- name: Set up Python
5353
uses: actions/setup-python@v5
5454
with:
55-
python-version: 3.8
55+
python-version: "3.10"
5656
- name: Install poetry
5757
run: |
5858
pip install poetry

0 commit comments

Comments
 (0)