From 581aa806db2507211e74c77fd16bfc76da7f8a9f Mon Sep 17 00:00:00 2001 From: Sebastian Bank Date: Sun, 12 Jun 2022 15:23:42 +0200 Subject: [PATCH] add PyPy 3.9 to build matrix --- .github/workflows/build.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f6dc213897..b6837e0974 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -33,6 +33,9 @@ jobs: - name: linux-3.7-skip-exe python-version: "3.7" os: ubuntu-latest + - name: linux-pypy-3.9-skip-exe + python-version: pypy-3.9 + os: ubuntu-latest - name: linux-pypy-3.8-skip-exe python-version: pypy-3.8 os: ubuntu-latest