From c3e81090641f3a1e96975ed150e0a416f6a96cb5 Mon Sep 17 00:00:00 2001 From: tianwei Date: Mon, 23 Oct 2023 18:02:47 +0800 Subject: [PATCH] Drop Python 3.7 from python_requires (#118) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2394d15..a69971d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ packages = find: install_requires = dnspython>=2.0.0 # optional if deliverability check isn't needed idna>=2.0.0 -python_requires = >=3.7 +python_requires = >=3.8 [options.package_data] * = py.typed