From bc6e08723541125b0340bd6b6f72fdd3e30e9ca9 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Mon, 2 Jan 2023 07:41:47 -0800 Subject: [PATCH] use pypy3.9 to work around coverage issue --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e5799e1..7f28cf9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: include: # linux - os: ubuntu-latest - python: pypy-3.8 + python: pypy-3.9 toxenv: py - os: ubuntu-latest python: 3.8