Drop support for Python 2

This commit is contained in:
Sean Whalen
2018-03-04 12:34:21 -05:00
parent aa73f55681
commit 7b3eb2aa2f
6 changed files with 2 additions and 10 deletions
+1 -2
View File
@@ -64,8 +64,7 @@ setup(
# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.0',
'Programming Language :: Python :: 3.1',