From cc398853d2fe086743724e3449a0571634a80ecf Mon Sep 17 00:00:00 2001 From: Ross McFarland Date: Tue, 8 Oct 2024 11:36:21 -0700 Subject: [PATCH] Bump python_requires to 3.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2727fcd..6cb25f9 100644 --- a/setup.py +++ b/setup.py @@ -87,7 +87,7 @@ setup( long_description_content_type='text/markdown', name='octodns', packages=find_packages(), - python_requires='>=3.8', + python_requires='>=3.9', tests_require=tests_require, url='https://github.com/octodns/octodns', version=octodns.__version__,