From 0f46d295c9d88f532ebac84454434311030beaa6 Mon Sep 17 00:00:00 2001 From: Pierce Lopez Date: Fri, 25 Sep 2020 16:19:35 -0400 Subject: [PATCH] test: update Travis-CI matrix pypy version to 3.6-7.3.1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f54643906..7bdb4e4d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,7 @@ jobs: arch: arm64 services: docker env: TOX_ENV=py38-full BUILD_WHEEL=1 CIBW_BUILD=cp38-manylinux_aarch64 - - python: pypy3.5-5.10.1 + - python: pypy3.6-7.3.1 # Pypy is a lot slower due to jit warmup costs, so don't run the "full" # test config there. env: TOX_ENV=pypy3 -- 2.47.2