diff --git a/.travis.yml b/.travis.yml index 12097eb0..63966f37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,6 @@ cache: matrix: fast_finish: true include: - - python: 2.7 - python: 3.6 - python: 3.7 - python: 3.8 diff --git a/setup.py b/setup.py index 62c252a2..180ffd20 100644 --- a/setup.py +++ b/setup.py @@ -84,8 +84,6 @@ 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', - 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7',