summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2020-03-11 16:14:53 +0000
committerJeremy Stanley <fungi@yuggoth.org>2020-03-11 20:22:21 +0000
commit7e53f87d06743dcf26954d38631b245cae674b34 (patch)
tree62ed667230c66ab062cce6ab75ca8d4f74f45e15 /setup.cfg
parent288e50d35fa4a7925deffa0fbc5b5a2664a5425e (diff)
downloadzuul-7e53f87d06743dcf26954d38631b245cae674b34.tar.gz
Declare support for Python3.8
Replace our tox-py37 job with tox-py38, extend the list of trove classifiers for Python versions in package metadata, and replace the "py35" in the tox.ini envlist with just "py3" so that folks running `tox` unqualified on their systems will use whatever python3 interpreter they have on hand (odds are it's in our supported range these days). Also uncap python-daemon so we use a version compatible with Python >=3.8. Change-Id: I4b382bb89847d3ae2b20292d923c3c2211dfb254
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 64df46555..a552d76f9 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -15,6 +15,9 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
+ Programming Language :: Python :: 3.6
+ Programming Language :: Python :: 3.7
+ Programming Language :: Python :: 3.8
[pbr]
warnerrors = True