summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-07-04 11:34:20 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2018-07-04 21:04:20 +0530
commit0f82c1f04f6710e2f182582068f186c4fffc3f9b (patch)
tree1c007e9b7496adccac6b75bca8d823636eb3233a /setup.py
parent179eb1d0917ddc1067d056127e08e952206e0e91 (diff)
downloadpyopenssl-0f82c1f04f6710e2f182582068f186c4fffc3f9b.tar.gz
Added py37 (#772)
* Added py37 to travis * Added py37 trove classifier * Added py37 to tox
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 5e80f0c..29c11f4 100755
--- a/setup.py
+++ b/setup.py
@@ -82,6 +82,7 @@ if __name__ == "__main__":
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',