Skip to content

Commit cb8c99e

Browse files
committed
fix formatting bug
1 parent ea0d70f commit cb8c99e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
strategy:
1616
matrix:
1717
python-version: [
18-
3.8,
19-
3.9,
20-
3.10,
21-
3.11,
22-
3.12,
23-
3.13
18+
"3.8",
19+
"3.9",
20+
"3.10",
21+
"3.11",
22+
"3.12",
23+
"3.13"
2424
]
2525

2626
steps:

0 commit comments

Comments
 (0)