From c3f7bf2b954542c85bf97ffb77b89672ce6eff07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Tue, 26 Jan 2021 12:07:18 +0100 Subject: [PATCH] remove python 3.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7e070b6c..7ab6a91d 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,7 @@ cwd = os.path.dirname(os.path.abspath(__file__)) # exts = cythonize(find_pyx(path), language_level=3) # for ext in exts: # ext.include_dirs = [numpy.get_include()] + # return exts @@ -133,7 +134,6 @@ setup( "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", 'Development Status :: 3 - Alpha', "Intended Audience :: Science/Research", "Intended Audience :: Developers",