From 026bcc54d08e2979fabcf94a17b12d21431cb052 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Sat, 13 Aug 2022 22:19:59 +0100 Subject: [PATCH 1/2] use PyPy3.9 explicitely in GitHub actions --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index db0fa41..3514cff 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: - ["3.8", "py38"] - ["3.9", "py39"] - ["3.10", "py310"] - - ["pypy3", "pypy3"] + - ["pypy3.9", "pypy3"] - ["3.10", "docs"] runs-on: ubuntu-latest From 73acd2b7719e3d72e4fed9b29da4b41cfddb5e69 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Sun, 14 Aug 2022 11:40:39 +0100 Subject: [PATCH 2/2] use pypy-3.9 see also https://github.com/actions/setup-python/issues/261#issuecomment-951751669 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3514cff..686147b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: - ["3.8", "py38"] - ["3.9", "py39"] - ["3.10", "py310"] - - ["pypy3.9", "pypy3"] + - ["pypy-3.9", "pypy3"] - ["3.10", "docs"] runs-on: ubuntu-latest