From af3d56da07a3614ea7d8e0c891044bf0983149af Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 20 Apr 2025 00:56:14 +0900 Subject: [PATCH] Remove Python 3.8 support Python 3.8 already reached its EOL. --- setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index c67de98..6f1f81b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ description_file = long_description_content_type = text/x-rst author = Gnocchi home_page = http://gnocchi.osci.io/gnocchiclient -python_requires = >=3.8 +python_requires = >=3.9 classifier = Intended Audience :: Information Technology Intended Audience :: System Administrators @@ -15,7 +15,6 @@ classifier = Programming Language :: Python Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only - Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11