From 5e8afc8a5e1ebbbe205f1fa01ee670255b01d5f7 Mon Sep 17 00:00:00 2001 From: Bernard Kleynhans <31479649+bkleyn@users.noreply.github.com> Date: Thu, 3 Aug 2023 08:35:23 -0400 Subject: [PATCH] pypi compliant classification (#83) Signed-off-by: Kleynhans, Bernard --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 93bb3d9..11a7dbd 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ install_requires=required, classifiers=[ "License :: OSI Approved :: Apache Software License", - "Programming Language :: Python :: 3.8+", + "Programming Language :: Python :: 3.8", "Operating System :: OS Independent", ], project_urls={