Skip to content

Commit

Permalink
Allow Python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
filips123 committed Oct 1, 2019
1 parent 6db6ab0 commit dfecbe3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ dist: xenial
language: python

python:
- 3.4
- 3.5
- 3.6
- 3.7
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This package provides a simple way to get and resolve DNSLink TXT records for an

### Requirements

DNSLink requires Python 3.5 or higher.
DNSLink requires Python 3.4 or higher.

### From PyPI

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def readme():
'test': ['pytest', 'pytest-cov'],
},

python_requires = '>= 3.5',
python_requires = '>= 3.4',

author = 'Filip Š',
author_email = 'projects@filips.si',
Expand Down

0 comments on commit dfecbe3

Please sign in to comment.