summaryrefslogtreecommitdiff
path: root/tox.ini
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 /tox.ini
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 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 1421d69e4..485bf10c9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
[tox]
minversion = 3.2
skipsdist = True
-envlist = pep8,py35{-docker}
+envlist = pep8,py3{-docker}
ignore_basepython_conflict = True
# TODO(stephenfin): It would be good to set 'requires = tox-docker', but doing
# so borks the tools/pip.sh wrapper we're using here and probably isn't what