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 bb94caf commit 4a69b3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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': [
Expand Down

0 comments on commit 4a69b3b

Please sign in to comment.