Skip to content

Commit 1a31dc2

Browse files
quote python version numbers
1 parent eda5e14 commit 1a31dc2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: macos-10.15
1818
strategy:
1919
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' ]
2121
env:
2222
MACOSX_DEPLOYMENT_TARGET: 10.14
2323
steps:
@@ -61,7 +61,7 @@ jobs:
6161
# You can use PyPy versions in python-version.
6262
# For example, pypy2 and pypy3
6363
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' ]
6565
steps:
6666
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
6767
- uses: actions/checkout@v2
@@ -109,7 +109,7 @@ jobs:
109109
# You can use PyPy versions in python-version.
110110
# For example, pypy2 and pypy3
111111
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' ]
113113
steps:
114114
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
115115
- uses: actions/checkout@v2
@@ -169,7 +169,7 @@ jobs:
169169
uses: actions/[email protected]
170170
with:
171171
# 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'
173173
# The target architecture (x86, x64) of the Python interpreter.
174174
architecture: x64
175175

0 commit comments

Comments
 (0)