|
17 | 17 | runs-on: macos-10.15
|
18 | 18 | strategy:
|
19 | 19 | matrix:
|
20 |
| - python-version: [ 3.6, 3.7, 3.8, 3.9, 3.10 ] |
| 20 | + python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10' ] |
21 | 21 | env:
|
22 | 22 | MACOSX_DEPLOYMENT_TARGET: 10.14
|
23 | 23 | steps:
|
|
61 | 61 | # You can use PyPy versions in python-version.
|
62 | 62 | # For example, pypy2 and pypy3
|
63 | 63 | matrix:
|
64 |
| - python-version: [ 3.6, 3.7, 3.8, 3.9, 3.10, pypy-3.6, pypy-3.7 ] |
| 64 | + python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-3.6', 'pypy-3.7' ] |
65 | 65 | steps:
|
66 | 66 | # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
67 | 67 | - uses: actions/checkout@v2
|
@@ -109,7 +109,7 @@ jobs:
|
109 | 109 | # You can use PyPy versions in python-version.
|
110 | 110 | # For example, pypy2 and pypy3
|
111 | 111 | matrix:
|
112 |
| - python-version: [ 3.6, 3.7, 3.8, 3.9, 3.10 ] |
| 112 | + python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10' ] |
113 | 113 | steps:
|
114 | 114 | # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
115 | 115 | - uses: actions/checkout@v2
|
@@ -169,7 +169,7 @@ jobs:
|
169 | 169 |
|
170 | 170 | with:
|
171 | 171 | # Version range or exact version of a Python version to use, using SemVer's version range syntax.
|
172 |
| - python-version: 3.9 |
| 172 | + python-version: '3.9' |
173 | 173 | # The target architecture (x86, x64) of the Python interpreter.
|
174 | 174 | architecture: x64
|
175 | 175 |
|
|
0 commit comments