diff --git a/setup.py b/setup.py index 5dc246e1e..f1b961889 100644 --- a/setup.py +++ b/setup.py @@ -62,9 +62,10 @@ def find_all_files(directory, endings=None): "Natural Language :: English", "Intended Audience :: Developers", "Programming Language :: Python :: 2.7", - "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", "Operating System :: Microsoft :: Windows", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX :: Linux",