From 03ef3c1af51919efd638977ca74fe4cea6379a8e Mon Sep 17 00:00:00 2001 From: Uri Laserson Date: Fri, 19 Jul 2024 14:46:49 -0400 Subject: [PATCH] Updates classifiers for python versions --- setup.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index a2da697..67ca31a 100644 --- a/setup.py +++ b/setup.py @@ -10,10 +10,11 @@ license="Apache License 2.0", keywords="treemap visualization squarify layout graphics", classifiers=[ - "Programming Language :: Python :: 2.6", - "Programming Language :: Python :: 2.7", - "Programming Language :: Python :: 3.5", - "Programming Language :: Python :: 3.6", + "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", ], url="https://github.com/laserson/squarify", )