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" ] )