@@ -225,7 +225,7 @@ const article: PlaygroundArticleT = {
225
225
runs-on: ubuntu-latest
226
226
strategy:
227
227
matrix:
228
- python-version: [3.6, 3.7, 3.8, 3.9]
228
+ python-version: [" 3.6", " 3.7", " 3.8", " 3.9" ]
229
229
230
230
steps:
231
231
- uses: actions/checkout@v2
@@ -265,7 +265,7 @@ const article: PlaygroundArticleT = {
265
265
# You can use PyPy versions in python-version.
266
266
# For example, pypy2 and pypy3
267
267
matrix:
268
- python-version: [2.7, 3.6, 3.7, 3.8, 3.9]
268
+ python-version: [" 2.7", " 3.6", " 3.7", " 3.8", " 3.9" ]
269
269
270
270
steps:
271
271
- uses: actions/checkout@v2
@@ -320,12 +320,12 @@ const article: PlaygroundArticleT = {
320
320
strategy:
321
321
matrix:
322
322
os: [ubuntu-latest, macos-latest, windows-latest]
323
- python-version: [3.6, 3.7, 3.8, 3.9, pypy2, pypy3]
323
+ python-version: [" 3.6", " 3.7", " 3.8", " 3.9" , pypy2, pypy3]
324
324
exclude:
325
325
- os: macos-latest
326
- python-version: 3.6
326
+ python-version: " 3.6"
327
327
- os: windows-latest
328
- python-version: 3.6
328
+ python-version: " 3.6"
329
329
` ,
330
330
} ,
331
331
'4' : {
@@ -468,7 +468,7 @@ const article: PlaygroundArticleT = {
468
468
runs-on: ubuntu-latest
469
469
strategy:
470
470
matrix:
471
- python: [3.7, 3.8, 3.9]
471
+ python: [" 3.7", " 3.8", " 3.9" ]
472
472
473
473
steps:
474
474
- uses: actions/checkout@v2
@@ -490,15 +490,15 @@ const article: PlaygroundArticleT = {
490
490
name: Python package
491
491
492
492
on: [push]
493
-
493
+
494
494
jobs:
495
495
build:
496
-
496
+
497
497
runs-on: ubuntu-latest
498
498
strategy:
499
499
matrix:
500
- python-version: [3.6, 3.7, 3.8, 3.9]
501
-
500
+ python-version: [" 3.6", " 3.7", " 3.8", " 3.9" ]
501
+
502
502
steps:
503
503
- uses: actions/checkout@v2
504
504
- name: Setup Python # Set Python version
0 commit comments