From 0c84367d90455dd5a4e56f9c7cb7d61400b1c8c0 Mon Sep 17 00:00:00 2001 From: Tyler Battle Date: Tue, 9 Nov 2021 18:58:42 -0800 Subject: [PATCH] Packaging: Add Trove Classifier for Python 3.10 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index fcf910e5a..55ee618c5 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,7 @@ "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", ], project_urls={ "Tracker": "https://github.com/stac-utils/pystac/issues",