From 7811deac00493bf20d3759f7401fabed5b91ebeb Mon Sep 17 00:00:00 2001 From: Vincent Moens Date: Wed, 6 Nov 2024 09:59:23 +0000 Subject: [PATCH] [BugFix] Remove erroneous python 3.8 compatibility classifier (#2540) (cherry picked from commit 528875a9fbb1adc59e3b745e27697c204352000c) --- 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",