Skip to content

Commit

Permalink
Drop support for python 2.7 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickw444 committed Mar 20, 2020
1 parent 64e53cc commit 4de69ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def get_version():
package_data={'': ['LICENSE', 'README.rst']},
zip_safe=False,
include_package_data=True,
python_requires=">=3.4",
extras_require=extras,
tests_require=tests_require,
test_suite='tests',
Expand Down

0 comments on commit 4de69ba

Please sign in to comment.