From 94eba6328ce48f053a8ad2d16b4a8e837321d7f7 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Sat, 11 Apr 2020 21:50:47 +0100 Subject: [PATCH] updated pypy2.yaml --- .github/workflows/pypy2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypy2.yaml b/.github/workflows/pypy2.yaml index 8d68acfb..49842d44 100644 --- a/.github/workflows/pypy2.yaml +++ b/.github/workflows/pypy2.yaml @@ -32,7 +32,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - #python-version: [2.7, 3.6, 3.7, 3.8, pypy2, pypy3] + #python-version: [2.7, 3.5, 3.6, 3.7, 3.8, pypy2, pypy3] python-version: [pypy2] steps: - uses: actions/checkout@v2