We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f596866 commit 0db19dcCopy full SHA for 0db19dc
.github/workflows/checks.yml
@@ -15,6 +15,7 @@ jobs:
15
- scaleway-core
16
- scaleway
17
- scaleway-async
18
+ python-version: ['3.11', '3.12', '3.13']
19
defaults:
20
run:
21
working-directory: ${{ matrix.lib }}
@@ -23,7 +24,7 @@ jobs:
23
24
- name: Set up Python
25
uses: actions/setup-python@v5
26
with:
- python-version: "3.10"
27
+ python-version: ${{ matrix.python-version }}
28
- name: Install poetry
29
run: |
30
pip install poetry
@@ -104,7 +105,7 @@ jobs:
104
105
106
107
108
+ python-version:
109
110
111
0 commit comments