From 744efb4b01abc72498a96b09115b42a4cabd85e4 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Tue, 1 Dec 2020 19:42:47 +0100 Subject: [PATCH] CI: add Python 3.8 and 3.9 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4cacd63..e952beb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ python: - "3.5" - "3.6" - "3.7" + - "3.8" + - "3.9" - "nightly" - "pypy" # TODO: Enable pypy3 once NumPy is working there, see