We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 184140d commit f58d819Copy full SHA for f58d819
.github/workflows/ci.yaml
@@ -8,7 +8,7 @@ jobs:
8
fail-fast: false
9
matrix:
10
os: [ubuntu-20.04, ubuntu-22.04, windows-latest]
11
- python-version: ["3.9""3.12"]
+ python-version: ["3.9", "3.12"]
12
13
runs-on: ${{ matrix.os }}
14
0 commit comments