summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2022-05-06 13:49:45 -0700
committerClark Boylan <clark.boylan@gmail.com>2022-05-06 13:49:45 -0700
commit2cc01ffc5a1a1e994d7a3148f489b2d9a2d3696f (patch)
tree605883285a16429c8c61a758aa9f550b9959cd72 /setup.cfg
parent69c6214331a8fcc3fa20115ca9c1b91341754205 (diff)
downloadzuul-2cc01ffc5a1a1e994d7a3148f489b2d9a2d3696f.tar.gz
Set python-requires to >=3.8
We actually reqire 3.8 or newer now so ensure that is reflected in the package metadata. Change-Id: Ia6ef56729b4ca3e93a694bdf6ba375ae4c34e86a
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 6613a7623..7c6cf8ce7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -6,7 +6,7 @@ description-file =
author = Zuul Team
author-email = zuul-discuss@lists.zuul-ci.org
home-page = https://zuul-ci.org/
-python-requires = >=3.6
+python-requires = >=3.8
classifier =
Intended Audience :: Information Technology
Intended Audience :: System Administrators