From 3cb7b49f9c7db8c5f956029e5625f97d1f9f1122 Mon Sep 17 00:00:00 2001 From: Joe Esposito Date: Mon, 17 Jun 2019 00:40:34 -0400 Subject: [PATCH] Add Python 3.8 support --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 39863e4..013f201 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: - 3.5 - 3.6 - 3.7 + - 3.8 - pypy - pypy3 install: