From 9328cffce392b4c3e907db4bbfad06ca1111b3ee Mon Sep 17 00:00:00 2001 From: Jon Crall Date: Mon, 10 Mar 2025 18:13:22 -0400 Subject: [PATCH] Update classifiers in setup.py (#230) --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 096aa10..a1c3ce1 100755 --- a/setup.py +++ b/setup.py @@ -40,6 +40,10 @@ setup( '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', + 'Programming Language :: Python :: 3.13', 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Text Editors :: Integrated Development Environments (IDE)', 'Topic :: Utilities',