From c6abd258cea048c10ffacd9c0875a3d3bbee6570 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