aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-10-16 20:32:04 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-10-17 08:32:04 +0800
commitae13fec7fcf795afc198a14daaaf6e33b0513647 (patch)
treeb555c2811110fa65be37e131b6059c7b78198939 /setup.py
parent9c759d08870d972f1d84e8543130bfb26be4e442 (diff)
downloadcryptography-ae13fec7fcf795afc198a14daaaf6e33b0513647.tar.gz
cryptography-ae13fec7fcf795afc198a14daaaf6e33b0513647.tar.bz2
cryptography-ae13fec7fcf795afc198a14daaaf6e33b0513647.zip
Fixes #5010 -- test and build 3.8 wheels (#5013)
* Fixes #5010 -- test and build 3.8 wheels * try using isolated_build = True to work around a failure
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 8ca985dd..ae01916b 100644
--- a/setup.py
+++ b/setup.py
@@ -221,6 +221,7 @@ setup(
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Security :: Cryptography",