From 53b986a1e33501ea880e12d4fddc11c6ef3bb2c5 Mon Sep 17 00:00:00 2001 From: Jon Palmer Date: Sun, 27 Sep 2020 11:26:20 -0700 Subject: [PATCH] does not support python 3.8 yet --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 88771ed..7f8e9d8 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ URL = 'https://github.com/nextgenusfs/amptk' EMAIL = 'nextgenusfs@gmail.com' AUTHOR = 'Jon Palmer' -REQUIRES_PYTHON = '>=2.7.0, !=3.0.*, !=3.1.*, !=3.2.*, <4' +REQUIRES_PYTHON = '>=2.7.0, !=3.0.*, !=3.1.*, !=3.2.*, <3.8' VERSION = None # What packages are required for this module to be executed? @@ -26,7 +26,7 @@ 'biopython', 'matplotlib', 'seaborn', 'psutil', 'pandas', 'matplotlib', - 'natsort' ,'biom-format', + 'natsort', 'biom-format', 'requests' ]