From 73cce44d1af8c25eef1f234cb3c0e73f4d071d52 Mon Sep 17 00:00:00 2001 From: Khoroshevskyi Date: Thu, 4 Apr 2024 17:50:14 +0200 Subject: [PATCH] fixed python classifier --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 120a95d..c0f91e4 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ def read_reqs(reqs_name): classifiers=[ "Development Status :: 4 - Beta", "License :: OSI Approved :: BSD License", - "Programming Language :: Python :: 2.8", + "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",