From 1a455035fc5232191795c3a7cbe0f0339d13148a Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Thu, 20 May 2021 17:00:24 +0200 Subject: [PATCH] Add Python 3.9 to travis test grid --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 35d3163e..75c40d6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ python: - 3.6 - 3.7 - 3.8 + - 3.9 install: - sudo apt-get install -y bc