From 7a075a4be42ed6c3c7e55deff19f304e82ab2126 Mon Sep 17 00:00:00 2001 From: Nana Abeka Otoo <82911284+naotoo1@users.noreply.github.com> Date: Sun, 15 Oct 2023 01:03:31 +0200 Subject: [PATCH] Update setup.py --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 15da335..ba48bd3 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,9 @@ 'Natural Language :: English', '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', ], description="A python project for prototype-based machine learning models", install_requires=install_requires,