Skip to content

Commit

Permalink
Remove Python 3.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
dralley committed Sep 14, 2018
1 parent ccb8f44 commit c1c2741
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ dist: xenial
language: python
python:
# python versions used in el7 SCL & supported fedora
- "3.5"
- "3.6"
- "3.7"
env:
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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': [
Expand Down

0 comments on commit c1c2741

Please sign in to comment.