From 65a90cfba414547514d22ad9961ad94d8a8d2a34 Mon Sep 17 00:00:00 2001 From: Tao Wu Date: Sat, 25 Mar 2023 10:44:49 -0400 Subject: [PATCH] remove support of Python 3.6 in description --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 5df02ca1ac..080dad2cbc 100644 --- a/setup.py +++ b/setup.py @@ -124,7 +124,6 @@ "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Software Development :: Libraries :: Python Modules", "License :: OSI Approved :: MIT License", - "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9",