summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2018-11-28 04:13:23 +0000
committerJelmer Vernooij <jelmer@jelmer.uk>2018-11-28 04:13:23 +0000
commit2db365437402671944409e7c6ce2318efd9c45ed (patch)
tree7333bb6d2e6868be474b82569c6bcc6c82139b27
parent5cef9e037b7d7b37f58f522ac9ea4e343e6a1dff (diff)
downloadpython-fastimport-git-2db365437402671944409e7c6ce2318efd9c45ed.tar.gz
Add python 3.6 and 3.7.
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 2691903..6860d66 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -14,6 +14,8 @@ classifiers =
Programming Language :: Python :: 2.7
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
Operating System :: POSIX