We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20bca21 commit 2a2b0cdCopy full SHA for 2a2b0cd
.github/workflows/build.yml
@@ -6,7 +6,7 @@ jobs:
6
name: Python ${{ matrix.version }}
7
strategy:
8
matrix:
9
- version: [3.7, 3.10.0]
+ version: ["3.7", "3.10"]
10
11
steps:
12
- name: Checkout
0 commit comments