Skip to content

Commit 0db19dc

Browse files
committed
chore: update python version checks.yml
1 parent f596866 commit 0db19dc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- scaleway-core
1616
- scaleway
1717
- scaleway-async
18+
python-version: ['3.11', '3.12', '3.13']
1819
defaults:
1920
run:
2021
working-directory: ${{ matrix.lib }}
@@ -23,7 +24,7 @@ jobs:
2324
- name: Set up Python
2425
uses: actions/setup-python@v5
2526
with:
26-
python-version: "3.10"
27+
python-version: ${{ matrix.python-version }}
2728
- name: Install poetry
2829
run: |
2930
pip install poetry
@@ -104,7 +105,7 @@ jobs:
104105
- name: Set up Python
105106
uses: actions/setup-python@v5
106107
with:
107-
python-version: "3.10"
108+
python-version:
108109
- name: Install poetry
109110
run: |
110111
pip install poetry

0 commit comments

Comments
 (0)