From f3238eea7e403d13a217b30579b1a1c2cbff62e3 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 14 Dec 2021 08:25:20 -0500 Subject: build: need to use pypy-3.7 instead of pypy3 on GHA --- .github/workflows/testsuite.yml | 4 ++-- tox.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 50b7e320..1fd6df4c 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -39,11 +39,11 @@ jobs: - "3.9" - "3.10" - "3.11.0-alpha.2" - - "pypy3" + - "pypy-3.7" exclude: # Windows PyPy doesn't seem to work? - os: windows-latest - python-version: "pypy3" + python-version: "pypy-3.7" fail-fast: false steps: diff --git a/tox.ini b/tox.ini index 2a8d1bb8..6ac0bb9e 100644 --- a/tox.ini +++ b/tox.ini @@ -97,4 +97,4 @@ python = 3.9: py39 3.10: py310 3.11: py311 - pypy3: pypy3 + pypy-3: pypy3 -- cgit v1.2.1