From d8a980fa0e82bde95dfa170e5d816b4671d74d56 Mon Sep 17 00:00:00 2001 From: Omer Date: Fri, 30 May 2025 14:09:19 +0200 Subject: [PATCH] Remove python3.9 support Based on [0] python 3.9 will go EOL before 2025.2 release. [0] https://review.opendev.org/c/openstack/governance/+/941141 Change-Id: I1d1e3e0806eaff5b55ba01e25a015f5cac3e8131 --- setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 2c379f954..e73eac7a7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ long_description = file: README.rst author = OpenStack author_email = openstack-discuss@lists.openstack.org url = https://docs.openstack.org/designate/latest/ -python_requires = >=3.9 +python_requires = >=3.10 classifiers = Environment :: OpenStack Environment :: No Input/Output (Daemon) @@ -18,7 +18,6 @@ classifiers = Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3 - Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Topic :: Internet :: Name Service (DNS)