From dc11a40530a8e5c6b7502f97d90a1c5ec8a2a2d8 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Tue, 11 Jan 2022 12:14:11 -0800 Subject: [PATCH] Update setup.py Added 3.10 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 4382a7c..a5220c7 100644 --- a/setup.py +++ b/setup.py @@ -26,6 +26,7 @@ setup(name='ptulsconv', "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Development Status :: 4 - Beta", "Topic :: Text Processing :: Filters"], packages=['ptulsconv'],