summaryrefslogtreecommitdiff
path: root/.zuul.yaml
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 /.zuul.yaml
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 '.zuul.yaml')
-rw-r--r--.zuul.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 047922514..bf2e80c1d 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -216,7 +216,7 @@
ZUUL_TEST_ROOT: /tmp/zuul-test
tox_environment:
ZUUL_TEST_ROOT: /tmp/zuul-test
- - tox-py37:
+ - tox-py38:
irrelevant-files:
- zuul/cmd/migrate.py
- playbooks/zuul-migrate/.*
@@ -273,7 +273,7 @@
ZUUL_TEST_ROOT: /tmp/zuul-test
tox_environment:
ZUUL_TEST_ROOT: /tmp/zuul-test
- - tox-py37:
+ - tox-py38:
irrelevant-files:
- zuul/cmd/migrate.py
- playbooks/zuul-migrate/.*