Skip to content

Commit 7985e19

Browse files
committed
fix: quote python versions
Signed-off-by: Josh Loecker <joshloecker@icloud.com>
1 parent a828348 commit 7985e19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypackage_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
operating-system: [macos-latest, ubuntu-latest, windows-latest]
19-
python-version: [ 3.10, 3.11, 3.12, 3.13 ]
19+
python-version: [ "3.10", "3.11", '3.12', "3.13" ]
2020

2121
name: Build Python Package (${{ matrix.operating-system }}, Python ${{ matrix.python-version }})
2222
runs-on: ${{ matrix.operating-system }}

0 commit comments

Comments
 (0)