diff --git a/setup.py b/setup.py index 59993eb..da73bfc 100644 --- a/setup.py +++ b/setup.py @@ -32,15 +32,10 @@ "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Natural Language :: English", "Operating System :: POSIX :: Linux", - "Programming Language :: Python :: 2.7", - # 'Programming Language :: Python :: 3.3', - # should work, but is no longer tested - # 'Programming Language :: Python :: 3.4', - # should work, but is no longer tested - "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", "Topic :: Utilities", ], )