From e18c3c1df63d6dd1b568a5d6a1aea0e530ae0f0d Mon Sep 17 00:00:00 2001 From: Cserna Zsolt Date: Sat, 7 Feb 2026 23:08:57 +0100 Subject: [PATCH] releasenotes: add note about python 3.9 deprecation --- .../notes/python-39-deprecation-4098f0a0ef201ad2.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releasenotes/notes/python-39-deprecation-4098f0a0ef201ad2.yaml diff --git a/releasenotes/notes/python-39-deprecation-4098f0a0ef201ad2.yaml b/releasenotes/notes/python-39-deprecation-4098f0a0ef201ad2.yaml new file mode 100644 index 00000000..b23a6093 --- /dev/null +++ b/releasenotes/notes/python-39-deprecation-4098f0a0ef201ad2.yaml @@ -0,0 +1,5 @@ +--- +deprecations: + - | + Python 3.9 has been deprecated as it reached EOL 2025-10-31. While the code + may work on this version, there will be no CI tests running on it.