From 3e8392b8f1586df94ce5b1c47af5cc0181c2ee65 Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Mon, 21 Jul 2025 18:15:58 +0100 Subject: [PATCH] finalize python 3.9 support removal The last release of openstack to support python 3.9 was 2025.1 (epoxy), with this change watcher now requires 3.10, testing of 3.9 was removed in previous commits. Change-Id: Ida53740293e93b0c20dec2e175b390fa18bed852 Signed-off-by: Sean Mooney --- releasenotes/notes/drop-py39-8a9c99678b3e8eeb.yaml | 6 ++++++ setup.cfg | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 releasenotes/notes/drop-py39-8a9c99678b3e8eeb.yaml diff --git a/releasenotes/notes/drop-py39-8a9c99678b3e8eeb.yaml b/releasenotes/notes/drop-py39-8a9c99678b3e8eeb.yaml new file mode 100644 index 000000000..ae0895635 --- /dev/null +++ b/releasenotes/notes/drop-py39-8a9c99678b3e8eeb.yaml @@ -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. diff --git a/setup.cfg b/setup.cfg index a26f7d012..406555a2a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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