Skip to content

Commit 58baabe

Browse files
author
Jelmer Bot
committed
python version as string
1 parent db3a68c commit 58baabe

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/Tests.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,38 +65,38 @@ jobs:
6565
matrix:
6666
include:
6767
- os: windows-latest
68-
python: 3.9
68+
python: "3.9"
6969
platform_id: win_amd64
7070
- os: windows-latest
71-
python: 3.10
71+
python: "3.10"
7272
platform_id: win_amd64
7373
- os: windows-latest
74-
python: 3.11
74+
python: "3.11"
7575
platform_id: win_amd64
7676

7777
# Linux 64 bit manylinux2014
7878
- os: ubuntu-latest
79-
python: 3.9
79+
python: "3.9"
8080
platform_id: manylinux_x86_64
8181
manylinux_image: manylinux2014
8282
- os: ubuntu-latest
83-
python: 3.10
83+
python: "3.10"
8484
platform_id: manylinux_x86_64
8585
manylinux_image: manylinux2014
8686
- os: ubuntu-latest
87-
python: 3.11
87+
python: "3.11"
8888
platform_id: manylinux_x86_64
8989
manylinux_image: manylinux2014
9090

9191
# MacOS x86_64
9292
- os: macos-latest
93-
python: 3.9
93+
python: "3.9"
9494
platform_id: macosx_x86_64
9595
- os: macos-latest
96-
python: 3.10
96+
python: "3.10"
9797
platform_id: macosx_x86_64
9898
- os: macos-latest
99-
python: 3.11
99+
python: "3.11"
100100
platform_id: macosx_x86_64
101101
steps:
102102
- name: Download sdist

0 commit comments

Comments
 (0)