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
This commit is contained in:
Omer
2025-05-30 14:09:19 +02:00
parent 6ebeb37261
commit d8a980fa0e

View File

@@ -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)