We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 425dfcf commit a8661ecCopy full SHA for a8661ec
.github/workflows/build-and-test.yml
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
matrix:
25
os: [ubuntu-latest, windows-latest, macos-latest]
26
- python-version: [3.7, 3.8, 3.9, 3.10]
+ python-version: ['3.7', '3.8', '3.9', '3.10']
27
name: build and test
28
on:
29
pull_request:
0 commit comments