From d8a405b6d2a21b674ed7d456d3580a5da28f50e7 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Tue, 15 Nov 2022 10:58:12 -0800 Subject: [PATCH] Update setup.py Dropping 3.6 and 3.7, there seems to be a lxml conflict with its dependencies on numpy. --- setup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.py b/setup.py index ed2ac7a..ace390f 100644 --- a/setup.py +++ b/setup.py @@ -26,9 +26,6 @@ setup(name='wavinfo', 'License :: OSI Approved :: MIT License', 'Topic :: Multimedia', 'Topic :: Multimedia :: Sound/Audio', -# "Programming Language :: Python :: 3.5", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10"],