From d6017fbe075dcd0f1e146ad460449c89bfdcdc0b Mon Sep 17 00:00:00 2001 From: Dominic Date: Thu, 9 Sep 2021 19:04:27 +0100 Subject: Update setup.py Comment out python 3.10 for next release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 14e36dff..bf24ccce 100755 --- a/setup.py +++ b/setup.py @@ -119,6 +119,6 @@ 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.10" ] ) -- cgit v1.2.1