From 1af23cd78d2d1fa1fa0adc605c9e75c5abbca86b Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 17 Feb 2021 11:58:21 -0500 Subject: [PATCH] ENH: add testing against 3.9 on travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 00649b5..ad7a062 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - "3.6" - "3.7" - "3.8" + - "3.9" # whitelist branches: only: