From 12012661462365dbe7245a760665bac5b0da1212 Mon Sep 17 00:00:00 2001 From: Mario Corchero Date: Thu, 3 Mar 2022 14:18:58 +0100 Subject: [PATCH] Explicitly specify the version of pypi `pypy3` is deprecated. See https://github.com/actions/setup-python/pull/168#issue-766477901 --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index c11d26af..566deef8 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -21,7 +21,7 @@ jobs: "3.9", "3.10", "pypy2", - "pypy3", + "pypy-3.7", ] os: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.os }}