From 287a86c242fc92b229296d8352a817a4b86be69d Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 27 Feb 2020 20:48:20 +0100 Subject: [PATCH] ci: Travis: use Python 3.8.2 Ref: https://github.com/davidhalter/parso/issues/103 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c47a6cf..3795cf9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ python: - 3.5 - 3.6 - 3.7 - - 3.8 + - 3.8.2 - pypy2.7-6.0 - pypy3.5-6.0 matrix: