From ba279279423ad3ddc96cdc952341db885930f2dc Mon Sep 17 00:00:00 2001 From: Vincent Moens Date: Wed, 6 Nov 2024 09:59:09 +0000 Subject: [PATCH] [BugFix] Remove erroneous python 3.8 compatibility classifier --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 8633805da54..75a2486815e 100644 --- a/setup.py +++ b/setup.py @@ -275,7 +275,6 @@ def _main(argv): extras_require=extra_requires, zip_safe=False, classifiers=[ - "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",