From 8977590f4b88966e1ab86f6c56cf0b835236e431 Mon Sep 17 00:00:00 2001 From: Caglar Demir Date: Fri, 3 May 2024 21:04:21 +0200 Subject: [PATCH] classifier 3.10 fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9c0918f..b5304a6 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ author_email='caglardemir8@gmail.com', url='https://github.com/dice-group/owlapy', classifiers=[ - "Programming Language :: Python :: 3.10.13", + "Programming Language :: Python :: 3.10", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Topic :: Scientific/Engineering"], python_requires='>=3.10.13',