From 3fd7fe788062a5552422899f5f8e03bb67f48e94 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