From 08ee17d1538692b58606babebdcc12374f8b30bf Mon Sep 17 00:00:00 2001 From: jajupmochi Date: Mon, 14 Feb 2022 20:23:41 +0100 Subject: [PATCH] [CI] Add tests on Python 3.9. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b40cbcb..a569f8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ python: - '3.6' - '3.7' - '3.8' +- '3.9' +#- '3.10' before_install: - python --version