Merge "finalize python 3.9 support removal"

This commit is contained in:
Zuul
2025-07-30 15:54:12 +00:00
committed by Gerrit Code Review
2 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
---
upgrade:
- |
Watcher now requires python 3.10 or newer.
The last release of watcher to support ``3.9`` was ``2025.1``.
Please ensure you have a supported python version before upgrading.

View File

@@ -6,8 +6,7 @@ description_file =
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/watcher/latest/
# TODO(sean-k-mooney): bump to >= 3.10 before m3.
python_requires = >=3.9
python_requires = >=3.10
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology