From: Pierce Lopez Date: Fri, 25 Sep 2020 20:19:35 +0000 (-0400) Subject: test: update Travis-CI matrix pypy version to 3.6-7.3.1 X-Git-Tag: v6.1.0b1~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f46d295c9d88f532ebac84454434311030beaa6;p=thirdparty%2Ftornado.git test: update Travis-CI matrix pypy version to 3.6-7.3.1 --- 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