Skip to content

Commit 72e8b88

Browse files
committed
Add python version matrix as strings
1 parent 4498854 commit 72e8b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
strategy:
3939
matrix:
40-
python-version: [3.9, 3.10, 3.11, 3.12, 3.13]
40+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
name: "Python ${{ matrix.python-version }}"

0 commit comments

Comments
 (0)