Unverified Commit d53e4042 authored by Nicolas Hug's avatar Nicolas Hug Committed by GitHub
Browse files

Remove Python 2.7 reference from setup.py (#1182)

parent 0d40a52e
...@@ -73,8 +73,9 @@ setup( ...@@ -73,8 +73,9 @@ setup(
"Operating System :: Microsoft :: Windows", "Operating System :: Microsoft :: Windows",
"Operating System :: POSIX", "Operating System :: POSIX",
"Programming Language :: C++", "Programming Language :: C++",
"Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: CPython",
"Topic :: Multimedia :: Sound/Audio", "Topic :: Multimedia :: Sound/Audio",
"Topic :: Scientific/Engineering :: Artificial Intelligence" "Topic :: Scientific/Engineering :: Artificial Intelligence"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment