From 60c82ecaa2c4022df089dfac0f27463f5c554060 Mon Sep 17 00:00:00 2001 From: Tom Date: Fri, 22 Jan 2021 10:53:36 -0500 Subject: [PATCH 1/2] add python 3.9 testing --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index cd43cc90c..7b3852816 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - "3.6" - "3.7" - "3.8" + - "3.9" install: - pip install -r requirements.txt From 6d852df23698f12965902dff563fdd7e9e9a0157 Mon Sep 17 00:00:00 2001 From: Tom Date: Fri, 22 Jan 2021 10:56:05 -0500 Subject: [PATCH 2/2] list 3.9 support --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 66003cdae..78bdff4bb 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,8 @@ 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', - 'Programming Language :: Python :: 3.8' + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9' ], platforms = 'any', project_urls = {