Skip to content

Commit 2dbac87

Browse files
committed
specify python version for typing and linting
1 parent 9b4e5ea commit 2dbac87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 0 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.10' ,'3.11', '3.12', '3.13' ]
1819
defaults:
1920
run:
2021
working-directory: ${{ matrix.lib }}
@@ -40,6 +41,7 @@ jobs:
4041
- scaleway-core
4142
- scaleway
4243
- scaleway-async
44+
python-version: [ '3.10' ,'3.11', '3.12', '3.13' ]
4345
defaults:
4446
run:
4547
working-directory: ${{ matrix.lib }}
@@ -68,6 +70,7 @@ jobs:
6870
- scaleway-core
6971
- scaleway
7072
- scaleway-async
73+
python-version: [ '3.10' ,'3.11', '3.12', '3.13' ]
7174
defaults:
7275
run:
7376
working-directory: ${{ matrix.lib }}

0 commit comments

Comments
 (0)