From 336ade7d44667fda7f4e5546b179d601fbf0a48c Mon Sep 17 00:00:00 2001 From: Glandos Date: Wed, 25 Nov 2020 10:09:43 +0100 Subject: [PATCH] Use python 3.9 in Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ca72fb95..05533434 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "3.6" - "3.7" - "3.8" + - "3.9" script: tox install: - pip install tox-travis