Skip to content

Commit eec1357

Browse files
committed
updated pypy2.yaml
pypy3.yaml
1 parent 565c7d9 commit eec1357

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypy2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
matrix:
3434
os: [ubuntu-latest]
35-
#python-version: [2.7, 3.6, 3.7, 3.8, pypy2, pypy3]
35+
#python-version: [2.7, 3.5, 3.6, 3.7, 3.8, pypy2, pypy3]
3636
python-version: [pypy2]
3737
steps:
3838
- uses: actions/checkout@v2

.github/workflows/pypy3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
matrix:
3434
os: [ubuntu-latest]
35-
#python-version: [2.7, 3.6, 3.7, 3.8, pypy2, pypy3]
35+
#python-version: [2.7, 3.5, 3.6, 3.7, 3.8, pypy2, pypy3]
3636
python-version: [pypy3]
3737
steps:
3838
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)