From 026bcc54d08e2979fabcf94a17b12d21431cb052 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Sat, 13 Aug 2022 22:19:59 +0100 Subject: [PATCH] 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