From e77f19fefc96bbb86c2b379ec48c9e00bd019196 Mon Sep 17 00:00:00 2001 From: Benjamin Rosemann Date: Wed, 28 Oct 2020 14:53:04 +0100 Subject: [PATCH] Add Python 3.9 to .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index dc15c9a..c2181a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - "3.6" - "3.7" - "3.8" + - "3.9" install: