Skip to content

Commit c56655b

Browse files
committed
Quote Python version 3.9 in GitHub Actions
1 parent abcf381 commit c56655b

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
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
python-version:
24-
- 3.9
24+
- '3.9'
2525
- '3.10'
2626
- '3.11'
2727
- '3.12'

0 commit comments

Comments
 (0)