From 2cc01ffc5a1a1e994d7a3148f489b2d9a2d3696f Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 6 May 2022 13:49:45 -0700 Subject: [PATCH] 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 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6613a76239..7c6cf8ce7e 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