summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-07-04 10:28:35 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2018-07-04 19:58:35 +0530
commit0aa5dea046a582c83179c6c68276e77ce842be3c (patch)
tree3f1257e490928971d68c49ed8f0a5317c395e844 /setup.py
parent5dc40e55df78998fb3c38781d63c5b4d7468c65f (diff)
downloadpy-bcrypt-git-0aa5dea046a582c83179c6c68276e77ce842be3c.tar.gz
Added py37 (#149)
* Added py37 to jenkins * Added py37 to tox * Added py37 trove classifier * Added py37 to travis * Added py37 to wheel builder
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 1824be0..398ba7c 100644
--- a/setup.py
+++ b/setup.py
@@ -231,6 +231,7 @@ setup(
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
+ "Programming Language :: Python :: 3.7",
],
ext_package="bcrypt",