Skip to content

Commit e540049

Browse files
committed
Update main.yml
1 parent b5c7b39 commit e540049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
os: ["ubuntu-latest", "windows-latest"]
2222
# os: ["ubuntu-latest", ] # for debug only
23-
python-version: [""3.8", "3.9", "3.10", "3.11", "3.12"]
23+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
2424
# python-version: ["3.8", ] # for debug only
2525
exclude:
2626
- os: windows-latest # this is a useless exclude rules for demonstration use only

0 commit comments

Comments
 (0)