From db53cc0433693437609c5aa97783af8add652d44 Mon Sep 17 00:00:00 2001 From: Unrud Date: Tue, 1 Feb 2022 15:54:27 +0100 Subject: [PATCH] Actions: Test pypy-3.7 and pypy-3.8 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5bb0e952..ae403ff1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.6, 3.7, 3.8, 3.9, pypy3] + python-version: [3.6, 3.7, 3.8, 3.9, pypy-3.7, pypy-3.8] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2