Merge "Remove python3.9 support"

This commit is contained in:
Zuul
2025-06-03 18:35:10 +00:00
committed by Gerrit Code Review

View File

@@ -6,7 +6,7 @@ long_description = file: README.rst
author = OpenStack author = OpenStack
author_email = openstack-discuss@lists.openstack.org author_email = openstack-discuss@lists.openstack.org
url = https://docs.openstack.org/designate/latest/ url = https://docs.openstack.org/designate/latest/
python_requires = >=3.9 python_requires = >=3.10
classifiers = classifiers =
Environment :: OpenStack Environment :: OpenStack
Environment :: No Input/Output (Daemon) Environment :: No Input/Output (Daemon)
@@ -18,7 +18,6 @@ classifiers =
Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.11
Topic :: Internet :: Name Service (DNS) Topic :: Internet :: Name Service (DNS)