summaryrefslogtreecommitdiff
path: root/requirements.txt
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 /requirements.txt
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 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 85d5523e2..2aded3236 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,7 +8,7 @@ github3.py>=1.1.0
PyYAML>=3.1.0
paramiko>=2.0.1
GitPython>=2.1.8
-python-daemon>=2.0.4,<2.1.0
+python-daemon>=2.0.4
extras
statsd>=3.0
voluptuous>=0.10.2