From a600625ad5f652b60b5c9f18d2f412e9292c3ef0 Mon Sep 17 00:00:00 2001 From: Albert DeFusco Date: Thu, 15 Aug 2024 12:02:28 -0400 Subject: [PATCH] update classifiers --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index da972ea..5a114b8 100644 --- a/setup.py +++ b/setup.py @@ -46,6 +46,9 @@ "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", + "Programming Language :: Python :: 3.12", "License :: OSI Approved :: BSD License", "Framework :: Flask", "Operating System :: OS Independent",