From e8b166239f3a92e5c4f5c157eb46d077ad428eb7 Mon Sep 17 00:00:00 2001 From: Mathias Laurin Date: Sat, 15 Jul 2023 12:04:41 +0200 Subject: [PATCH] setup: Simplifiy classifiers --- setup.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/setup.py b/setup.py index ab00ad13..5992445f 100644 --- a/setup.py +++ b/setup.py @@ -199,11 +199,7 @@ def readme(): classifiers=[ "Development Status :: 5 - Production/Stable", "Programming Language :: Cython", - "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", - "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Topic :: Security :: Cryptography", ],