From 055522bf8427112431912c55275235c9500d2cbe Mon Sep 17 00:00:00 2001 From: Ross Wightman Date: Tue, 21 Nov 2023 08:23:23 -0800 Subject: [PATCH] Going to stop supporting Python 3.7 soon --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index a4c3d982ae..f51484550d 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,6 @@ 'Intended Audience :: Education', 'Intended Audience :: Science/Research', 'License :: OSI Approved :: Apache Software License', - 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10',