From 6cbdf15d9e0505a6f70752ca3275641c0dbe436a Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Sat, 11 Aug 2018 12:20:49 -0400 Subject: [PATCH] build: Test on newer pypy Originally motivated by segfaults seen when adding type annotations to gen.py. It didn't actually fix those crashes, but we might as well update anyway. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 71ef19382..40298e2f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ jobs: include: - python: 3.5 - python: 3.6 - - python: pypy3.5-5.8.0 + - python: pypy3.5-5.10.1 - <<: *xenial-mixin python: 3.7 - <<: *xenial-mixin -- 2.47.2