From 12a5791373e6b60e8b43856630950f32764e2305 Mon Sep 17 00:00:00 2001 From: Thomas Steinacher Date: Tue, 23 Apr 2024 16:33:30 +0100 Subject: [PATCH] Fix Python language classifiers (#328) --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7d1b370..5bb2715 100644 --- a/setup.py +++ b/setup.py @@ -26,9 +26,10 @@ "Topic :: Software Development :: Libraries :: Python Modules", "Programming Language :: Python", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", ], packages=["tasktiger"], package_data={"tasktiger": ["lua/*.lua"]},