diff --git a/.travis.yml b/.travis.yml index c30976cb..081c3b18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ dist: xenial language: python python: # python versions used in el7 SCL & supported fedora - - "3.5" - "3.6" - "3.7" env: diff --git a/setup.py b/setup.py index 6230f419..245eb566 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ description='pulp-python plugin for the Pulp Project', long_description=long_description, license='GPLv2+', - python_requires='>=3.5', + python_requires='>=3.6', author='Pulp Project Developers', author_email='pulp-list@redhat.com', url='http://www.pulpproject.org', @@ -31,8 +31,8 @@ 'Framework :: Django', 'Programming Language :: Python', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', ), entry_points={ 'pulpcore.plugin': [