diff --git a/releasenotes/notes/drop-python-39-e2d54d859007a575.yaml b/releasenotes/notes/drop-python-39-e2d54d859007a575.yaml new file mode 100644 index 000000000..4583e98cf --- /dev/null +++ b/releasenotes/notes/drop-python-39-e2d54d859007a575.yaml @@ -0,0 +1,5 @@ +--- +upgrade: + - | + Support for Python 3.9 has been dropped. The minimum version of Python now + supported in 3.10. diff --git a/setup.cfg b/setup.cfg index 24bace6ac..34410f3df 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ description_file = author = OpenStack author_email = openstack-discuss@lists.openstack.org home_page = https://docs.openstack.org/openstacksdk/ -python_requires = >=3.9 +python_requires = >=3.10 classifier = Environment :: OpenStack Intended Audience :: Information Technology @@ -15,10 +15,10 @@ classifier = Operating System :: POSIX :: Linux Programming Language :: Python Programming Language :: Python :: 3 - Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 + Programming Language :: Python :: 3.13 [files] packages = diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 197ef92ea..5d6e9cde4 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -26,7 +26,10 @@ - openstacksdk-functional-devstack-magnum: voting: false - openstacksdk-functional-devstack-manila - - openstacksdk-functional-devstack-masakari + # TODO(stephenfin): We can make this voting again once [1] merges + # [1] https://review.opendev.org/c/openstack/masakari/+/949153 + - openstacksdk-functional-devstack-masakari: + voting: false - openstacksdk-functional-devstack-ironic: voting: false - osc-functional-devstack-tips: