aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2018-06-27 20:07:14 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2018-06-27 23:07:14 -0400
commit4ee1cb949767a882d56053cde922f260874f00c6 (patch)
tree0a84ef7b71bbfa21ef63f14bc33cefd8bd393c14 /setup.py
parent3bab819c558ead888825e33f8df3f17707ff2c20 (diff)
downloadcryptography-4ee1cb949767a882d56053cde922f260874f00c6.tar.gz
cryptography-4ee1cb949767a882d56053cde922f260874f00c6.tar.bz2
cryptography-4ee1cb949767a882d56053cde922f260874f00c6.zip
Add py37 (#4298)
* test against python 3.7 for windows * update docs to say we test on 3.7 * more succinct * maybe make this actually work. * link properly * moar changes
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 593925e4..2fbbd046 100644
--- a/setup.py
+++ b/setup.py
@@ -273,6 +273,7 @@ setup(
"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",
"Topic :: Security :: Cryptography",