We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c7b39 commit e540049Copy full SHA for e540049
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
matrix:
21
os: ["ubuntu-latest", "windows-latest"]
22
# os: ["ubuntu-latest", ] # for debug only
23
- python-version: [""3.8", "3.9", "3.10", "3.11", "3.12"]
+ python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
24
# python-version: ["3.8", ] # for debug only
25
exclude:
26
- os: windows-latest # this is a useless exclude rules for demonstration use only
0 commit comments