Skip to content

Commit

Permalink
added explicit support for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Sep 14, 2018
1 parent 91bcbd4 commit d8eb00f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ backlog for features that would be nice to have in this library.

## Requirements

* Python 2.6, 2.7, 3.4-3.6
* Python 2.6, 2.7, 3.4+
* For Kerberos auth [python-gssapi](https://github.com/pythongssapi/python-gssapi)

To use Kerberos authentication, further dependencies are required, to install
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
)
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py34,py35,py36
envlist = py26,py27,py34,py35,py36,py37

[testenv]
deps= -rrequirements-test.txt
Expand Down

0 comments on commit d8eb00f

Please sign in to comment.