From c1c274163f4dc43441ea4e68cf677389346fecda Mon Sep 17 00:00:00 2001 From: Daniel Alley Date: Fri, 14 Sep 2018 16:32:03 -0400 Subject: [PATCH] Remove Python 3.5 support re #3984 https://pulp.plan.io/issues/3984 --- .travis.yml | 1 - setup.py | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index da315e3fa..5fa14aafb 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 b45bf6e0c..49057bf04 100644 --- a/setup.py +++ b/setup.py @@ -14,6 +14,7 @@ version='0.1.0b2', description='Pulp plugin to manage Ansible content, e.g. roles', long_description=long_description, + license='GPLv2+', author='Pulp Ansible Plugin Project Developers', author_email='pulp-dev@redhat.com', url='https://github.com/pulp/pulp_ansible', @@ -39,8 +40,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': [