From 957fb9314300f27cb90e2dea34226be54ee0f0b7 Mon Sep 17 00:00:00 2001 From: Alexander Mancevice Date: Mon, 1 Nov 2021 22:49:58 -0400 Subject: [PATCH] update classifiers --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d47afa6..86cc627 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,7 @@ 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'Topic :: Utilities', ], description='Simple HTTP server to invoke a Lambda function locally',