summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohnthagen <johnthagen@users.noreply.github.com>2018-12-03 08:56:04 -0500
committerGitHub <noreply@github.com>2018-12-03 08:56:04 -0500
commitd2aa6290a71074ddb9ebe400cbe33072b6798f72 (patch)
tree7d45254ed1a58061b69da572e654ca1d352cf4b1
parent1a8ea88623043dc211311f2ea2a292f99a11a85c (diff)
downloadjsonschema-d2aa6290a71074ddb9ebe400cbe33072b6798f72.tar.gz
Document Python 3.7 support in setup configuration
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index f33a96e..d1149d9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -17,6 +17,7 @@ classifiers =
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