From 795017548539d9c53ef68d393c485b8e9df33e79 Mon Sep 17 00:00:00 2001 From: mattip Date: Sun, 20 Dec 2020 08:40:57 +0200 Subject: [PATCH] add pypy3.7 wheels --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index e9ca07b13..e47fa1e29 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.6-7.3", "3.6", "3.7", "3.8", "3.9" ] + python: [ "pypy3.7-7.3","pypy3.6-7.3", "3.6", "3.7", "3.8", "3.9" ] platform: [ "x86_64", "i686" ] exclude: - os: "macos-latest" @@ -59,7 +59,7 @@ jobs: fail-fast: false matrix: os: [ "ubuntu-16.04", "macos-latest" ] - python: [ "pypy3.6-7.3", "3.6", "3.7", "3.8", "3.9" ] + python: [ "pypy3.7-7.3", "pypy3.6-7.3", "3.6", "3.7", "3.8", "3.9" ] platform: [ "x86_64", "i686" ] exclude: - os: "macos-latest"