Update setup.py

Dropping 3.6 and 3.7, there seems to be a lxml conflict with its dependencies on numpy.
This commit is contained in:
Jamie Hardt
2022-11-15 10:58:12 -08:00
committed by GitHub
parent 5f7e467fbd
commit d8a405b6d2

View File

@@ -26,9 +26,6 @@ setup(name='wavinfo',
'License :: OSI Approved :: MIT License', 'License :: OSI Approved :: MIT License',
'Topic :: Multimedia', 'Topic :: Multimedia',
'Topic :: Multimedia :: Sound/Audio', '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.8",
"Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10"], "Programming Language :: Python :: 3.10"],