Skip to content

Commit f17c629

Browse files
committed
fix versions
1 parent dc5256d commit f17c629

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: [3.9, 3.10, 3.11, 3.12, 3.13]
11+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1212

1313
steps:
1414
- uses: actions/checkout@v2
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
32-
python-version: [3.9, 3.10, 3.11, 3.12, 3.13]
32+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
3333

3434
steps:
3535
- uses: actions/checkout@v2
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-latest
5151
strategy:
5252
matrix:
53-
python-version: [3.9, 3.10, 3.11, 3.12, 3.13]
53+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
5454

5555
steps:
5656
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)