From ae13fec7fcf795afc198a14daaaf6e33b0513647 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 16 Oct 2019 20:32:04 -0400 Subject: 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 --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') 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", -- cgit v1.2.3