From 378b2e47f82e412b12c999e5745cc205e2f56002 Mon Sep 17 00:00:00 2001 From: tjakobi Date: Mon, 17 Aug 2020 13:17:30 +0200 Subject: [PATCH] Updating Python requirement to Python 3.6 due to biopython --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c77e81a99..da07be568 100755 --- a/setup.py +++ b/setup.py @@ -109,7 +109,7 @@ def run(self): # 'Programming Language :: Python :: 3.2', # 'Programming Language :: Python :: 3.3', # 'Programming Language :: Python :: 3.4', - 'Programming Language :: Python :: 3.5', + # 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8',