From ed11828a0d31c489ab92599d2c029ebea07ba68b Mon Sep 17 00:00:00 2001 From: Sean Morgan Date: Wed, 10 Nov 2021 13:21:17 -0800 Subject: [PATCH] Drop py3.6 support from classifiers --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index c9984a8902..7911c0a2b6 100644 --- a/setup.py +++ b/setup.py @@ -115,7 +115,6 @@ def has_ext_modules(self): "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9",