From 4ee1cb949767a882d56053cde922f260874f00c6 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 27 Jun 2018 20:07:14 -0700 Subject: 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 --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') 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", -- cgit v1.2.3