From 9e47352575d9b0a453770114853620e8342662fb Mon Sep 17 00:00:00 2001 From: Harmon Date: Sun, 16 Feb 2020 14:32:28 -0600 Subject: Add support for Python 3.8 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 65c36d32..c25a55be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "3.5" - "3.6" - "3.7" + - "3.8" - "nightly" # - "pypy" - won't work as smmap doesn't work (see gitdb/.travis.yml for details) matrix: -- cgit v1.2.3