From 47ee9d12be98a793b6c167b9b22ba283de6fd17c Mon Sep 17 00:00:00 2001 From: Harry Carey <38996929+PolarBean@users.noreply.github.com> Date: Fri, 24 May 2024 17:24:05 +0200 Subject: [PATCH] No longer requires python 3.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bf38e05..736f00d 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ 'Intended Audience :: Science/Research', 'Topic :: Scientific/Engineering :: Bio-Informatics', 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', - 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python', ], )