From d6017fbe075dcd0f1e146ad460449c89bfdcdc0b Mon Sep 17 00:00:00 2001 From: Dominic Date: Thu, 9 Sep 2021 19:04:27 +0100 Subject: [PATCH] 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 14e36dff9..bf24ccce0 100755 --- a/setup.py +++ b/setup.py @@ -119,6 +119,6 @@ def build_py_modules(basedir: str, excludes: Sequence = ()) -> Sequence: "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" ] )