summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-10-19 23:20:40 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-10-20 11:20:40 +0800
commit92fd05271fa95b0f118866ccd374cd355fcc1baf (patch)
tree71b44a949d158ebd8ee8e92580761f03e3d98dd7 /setup.py
parentdd4ca13821224ca925cfbdd13ffe8b8fb1df481a (diff)
downloadpy-bcrypt-git-92fd05271fa95b0f118866ccd374cd355fcc1baf.tar.gz
Fixes #187 -- test and build wheels on py38 (#188)
* Fixes #187 -- test and build wheels on py38 * Remove 3.8 for now * Tell tox to use isolated builds
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 ced8d42..e5ba3ed 100644
--- a/setup.py
+++ b/setup.py
@@ -233,6 +233,7 @@ setup(
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.8",
],
ext_package="bcrypt",