From c62b5f90442afbdaf69d15bfa845ca86914af873 Mon Sep 17 00:00:00 2001 From: nulano Date: Fri, 8 Nov 2019 15:10:33 +0000 Subject: [PATCH] temporarily remove PyPy from GHA testing --- .github/workflows/test-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index 5755e089e..50aff6bfe 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.5", "3.6", "3.7", "pypy3.6"] + python-version: ["3.5", "3.6", "3.7"] architecture: ["x86", "x64"] include: - architecture: "x86"