From 6eea3971a1aa24d61a1e90926cab822a76326a6a Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 30 Jan 2024 16:15:47 +0000 Subject: [PATCH] Actually drop support for Python 3.7 We removed testing but didn't bump 'python_requires'. Fix this. Signed-off-by: Stephen Finucane --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index de6692e..4e0da60 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ project_urls = Bug Tracker = https://github.com/getpatchwork/pwclient/issues Source Code = https://github.com/getpatchwork/pwclient Documentation = https://pwclient.readthedocs.io -python_requires = >=3.7 +python_requires = >=3.8 [files] packages =