From 5ce6c01c7c56441642f8cb6687e303dc5fbbc2b0 Mon Sep 17 00:00:00 2001 From: nsheff Date: Thu, 10 Oct 2024 10:09:33 -0400 Subject: [PATCH] py3.10 --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 29b45a5..2d023a9 100644 --- a/setup.py +++ b/setup.py @@ -33,10 +33,9 @@ classifiers=[ "Development Status :: 4 - Beta", "License :: OSI Approved :: BSD License", - "Programming Language :: Python :: 3.5", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Topic :: Scientific/Engineering :: Bio-Informatics", ], license="BSD2",