From d241a50e5ff244b3472931e9034d1c8a9c89a19d Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Thu, 9 Sep 2021 14:37:18 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=94=EF=B8=8F=20travis:=20test=20python=20?= =?UTF-8?q?3.8=20+=203.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e3626d5..d7a0a1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,8 @@ matrix: - python: 3.5 - python: 3.6 - python: 3.7 + - python: 3.8 + - python: 3.9 # command to run tests