From c9bd14afc762d9fdc234fdb47bfdb630c3732649 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Tue, 11 Sep 2018 18:47:37 -0700 Subject: [PATCH] Add Python 3.6/3.7 trove classifiers to document support Python 3.6 support was added in 7a1f48ee1fc357692a8e2fb292b093480fdbd7b1. Python 3.7 testing was added in ae05bd9e9efd229114fd797ebea720dc7b04dff3. Document general Python 2 support as well. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index bd8cb2e4..62644437 100755 --- a/setup.py +++ b/setup.py @@ -101,6 +101,8 @@ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", "License :: OSI Approved", "License :: OSI Approved :: MIT License", "Development Status :: 4 - Beta",