From 78de5bb6dd7eb0132c0896249d57ffa5b3fbef18 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Tue, 30 Jan 2024 16:42:54 +0000 Subject: [PATCH] add 3.10 to trove classifiers --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 9a99e22641..5edd96f5e6 100644 --- a/setup.py +++ b/setup.py @@ -68,6 +68,7 @@ def read_req_file(req_type): "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", "Topic :: Database :: Front-Ends", "Topic :: Office/Business :: Financial :: Spreadsheet", "Topic :: Scientific/Engineering :: Visualization",