Skip to content

Commit c48cad3

Browse files
committed
Apparently quotations are needed...
1 parent 8d202b7 commit c48cad3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/python-app.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
test:
1414
strategy:
1515
matrix:
16-
python-version: [3.9, 3.10, 3.11, 3.12]
16+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1717
os: ["ubuntu-latest", "macos-latest"]
1818
runs-on: ${{ matrix.os }}
1919

@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
fail-fast: false
4949
matrix:
50-
python-version: [3.9, 3.10, 3.11, 3.12]
50+
python-version: ["3.9", "3.10", "3.11", "3.12"]
5151

5252
steps:
5353
- uses: actions/checkout@v2
@@ -72,7 +72,7 @@ jobs:
7272
strategy:
7373
fail-fast: false
7474
matrix:
75-
python-version: [3.9, 3.10, 3.11, 3.12]
75+
python-version: ["3.9", "3.10", "3.11", "3.12"]
7676

7777
steps:
7878
- uses: actions/checkout@v2

.github/workflows/python-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: [3.9, 3.10, 3.11, 3.12]
16+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1717

1818
runs-on: "ubuntu-latest"
1919
steps:
@@ -43,7 +43,7 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
arch: ['x86', 'x64']
46-
python-version: [3.9, 3.10, 3.11, 3.12]
46+
python-version: ["3.9", "3.10", "3.11", "3.12"]
4747

4848
runs-on: "windows-latest"
4949

0 commit comments

Comments
 (0)