From dad0f139adda70e80ee4d8753ef0506f68cd0930 Mon Sep 17 00:00:00 2001 From: vyuroshchin Date: Sat, 10 Jan 2026 01:24:21 +0300 Subject: [PATCH 1/3] actualize pytest_version in docs --- doc/en/backwards-compatibility.rst | 5 +++-- doc/en/reference/reference.rst | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/en/backwards-compatibility.rst b/doc/en/backwards-compatibility.rst index d79d112df2d..41bbb297263 100644 --- a/doc/en/backwards-compatibility.rst +++ b/doc/en/backwards-compatibility.rst @@ -83,9 +83,10 @@ Released pytest versions support all Python versions that are actively maintaine ============== =================== pytest version min. Python version ============== =================== +9.0+ 3.10+ 8.4+ 3.9+ -8.0+ 3.8+ -7.1+ 3.7+ +8.0 - 8.3 3.8+ +7.1 - 7.4 3.7+ 6.2 - 7.0 3.6+ 5.0 - 6.1 3.5+ 3.3 - 4.6 2.7, 3.4+ diff --git a/doc/en/reference/reference.rst b/doc/en/reference/reference.rst index b4c8feef479..62ae3564e18 100644 --- a/doc/en/reference/reference.rst +++ b/doc/en/reference/reference.rst @@ -18,7 +18,7 @@ The current pytest version, as a string:: >>> import pytest >>> pytest.__version__ - '7.0.0' + '9.0.2' .. _`hidden-param`: @@ -2544,7 +2544,7 @@ passed multiple times. The expected format is ``name=value``. For example:: .. confval:: truncation_limit_lines - Controls maximum number of linesto truncate assertion message contents. + Controls maximum number of lines to truncate assertion message contents. Setting value to ``0`` disables the lines limit for truncation. From 8427817dd56854b2f8dc71beed4256b28c92f7c4 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Mon, 12 Jan 2026 13:56:12 +0200 Subject: [PATCH 2/3] Update doc/en/backwards-compatibility.rst --- doc/en/backwards-compatibility.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/backwards-compatibility.rst b/doc/en/backwards-compatibility.rst index 41bbb297263..299f7cd3c27 100644 --- a/doc/en/backwards-compatibility.rst +++ b/doc/en/backwards-compatibility.rst @@ -84,7 +84,7 @@ Released pytest versions support all Python versions that are actively maintaine pytest version min. Python version ============== =================== 9.0+ 3.10+ -8.4+ 3.9+ +8.4 3.9+ 8.0 - 8.3 3.8+ 7.1 - 7.4 3.7+ 6.2 - 7.0 3.6+ From f126a1e1d69a454a58845bdcd342d777e3741a90 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Mon, 12 Jan 2026 13:56:57 +0200 Subject: [PATCH 3/3] Update backwards-compatibility.rst --- doc/en/backwards-compatibility.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/backwards-compatibility.rst b/doc/en/backwards-compatibility.rst index 299f7cd3c27..b62046ae2ac 100644 --- a/doc/en/backwards-compatibility.rst +++ b/doc/en/backwards-compatibility.rst @@ -84,7 +84,7 @@ Released pytest versions support all Python versions that are actively maintaine pytest version min. Python version ============== =================== 9.0+ 3.10+ -8.4 3.9+ +8.4 3.9+ 8.0 - 8.3 3.8+ 7.1 - 7.4 3.7+ 6.2 - 7.0 3.6+