summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2020-12-07 19:12:27 +0200
committerGitHub <noreply@github.com>2020-12-07 09:12:27 -0800
commit0e4194b238ffd006441f1a33373062d9c7272d0e (patch)
tree4e13f5ec26e729ffc0fdacaeb7f7115a11cc66d8
parent632e346c3296e8f37a80949eba268d9f49ab86be (diff)
downloadpyflakes-0e4194b238ffd006441f1a33373062d9c7272d0e.tar.gz
Test PyPy2/3 on GHA (#598)
-rw-r--r--.github/workflows/test.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index be9e239..39ba139 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -15,9 +15,6 @@ jobs:
- { os: "windows-latest" , python-version: "2.7" }
- { os: "windows-latest" , python-version: "3.5" }
- { os: "windows-latest" , python-version: "3.9" }
- exclude:
- # Currently fails with PyPy 7.3.2, pending 7.3.3+ on GHA:
- # https://github.com/actions/setup-python/issues/163
- { os: "windows-latest" , python-version: "pypy2" }
- { os: "windows-latest" , python-version: "pypy3" }