From 55d8d4de81d8dc4d154d98ab42900e5ef00da7ef Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 14 Feb 2020 06:33:08 +0000 Subject: [PATCH] Travis: test on Python 3.8. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 22af903..5339976 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: python python: - "3.6" - "3.7" + - "3.8" - "pypy3" cache: directories: -- 2.30.2