summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2021-03-02 16:35:01 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2021-03-02 16:37:47 +0100
commitce5b49fe642a07ff51a41952e62f8cfdaa892bbd (patch)
tree221ef292c799f31759f4044895ac2e3900b2d0df /setup.cfg
parent505f9d96beb118bc14f768e76932a281fdb18541 (diff)
downloadsemantic-version-ce5b49fe642a07ff51a41952e62f8cfdaa892bbd.tar.gz
Add support for Python 3.7 / 3.8
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index eb2e497..6973ec1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -24,6 +24,7 @@ classifiers =
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
+ Programming Language :: Python :: 3.8
Topic :: Software Development :: Libraries :: Python Modules
[options]