Skip to content
Snippets Groups Projects
Commit 4822f4d7 authored by Jameson Graef Rollins's avatar Jameson Graef Rollins
Browse files

specify that python 3.7 supported

parent 2b7334bd
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ setup_args = dict(
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
install_requires = [
......
# content of: tox.ini , put in same dir as setup.py
[tox]
envlist =
py35
py36
py27
py34
py35
py36
py37
[testenv]
setenv =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment