From 27ca1176fa4d6f7e0bd53107ab53d02859f17b1e Mon Sep 17 00:00:00 2001 From: mattip Date: Sun, 20 Dec 2020 12:13:08 +0200 Subject: [PATCH] multibuild does not yet recognize pypy version 7.3.3 --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 1ba2b2de6..4aa28ae35 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: os: [ "ubuntu-16.04", "macos-latest" ] - python: [ "pypy3.7-7.3","pypy3.6-7.3", "3.6", "3.7", "3.8", "3.9" ] + python: [ "pypy3.7-7.3.3","pypy3.6-7.3", "3.6", "3.7", "3.8", "3.9" ] platform: [ "x86_64", "i686" ] exclude: - os: "macos-latest"