multibuild does not yet recognize pypy version 7.3.3

This commit is contained in:
mattip 2020-12-20 12:13:08 +02:00
parent 3523f04293
commit 27ca1176fa

View File

@ -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"