From 06eab37fb3675ae5cf16dd06213f6caf71483588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pl=C3=ADchal?= Date: Fri, 31 Jul 2026 12:46:47 +0200 Subject: [PATCH] Announce the Python 3.9 deprecation As we agreed on the timing, let's officially announce the plan for deprecating Python 3.9 at least one release before the actual change. --- docs/releases/pending/python.fmf | 11 +++++++++++ .../test-runner-guest-compatibility-matrix.inc.rst.j2 | 2 ++ 2 files changed, 13 insertions(+) create mode 100644 docs/releases/pending/python.fmf diff --git a/docs/releases/pending/python.fmf b/docs/releases/pending/python.fmf new file mode 100644 index 0000000000..16b6bc4250 --- /dev/null +++ b/docs/releases/pending/python.fmf @@ -0,0 +1,11 @@ +description: | + This is the **last release where Python 3.9 is supported** on + the test :term:`runner`. The minimal requirement since + ``tmt-1.79`` to be released in September 2026 is Python 3.12. + Please make sure that you are using a supported Python version + on the system running ``tmt`` or use one of our `container + images`__. Note that this change does not affect in any way + :ref:`guest-compatibility`, i.e. the System Under Test where + tests are being executed. + + __ https://quay.io/organization/teemtee/ diff --git a/docs/templates/test-runner-guest-compatibility-matrix.inc.rst.j2 b/docs/templates/test-runner-guest-compatibility-matrix.inc.rst.j2 index 27c2368985..de3e53e94b 100644 --- a/docs/templates/test-runner-guest-compatibility-matrix.inc.rst.j2 +++ b/docs/templates/test-runner-guest-compatibility-matrix.inc.rst.j2 @@ -6,6 +6,8 @@ Please, do not edit this file, is is rendered from runner-guest-compatibility.yaml and test-runner-guest-compatibility-matrix.rst.j2, and all your changes would be overwritten. +.. _guest-compatibility: + Guest Compatibility -------------------