Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions doc/en/backwards-compatibility.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@ Released pytest versions support all Python versions that are actively maintaine
============== ===================
pytest version min. Python version
============== ===================
8.4+ 3.9+
8.0+ 3.8+
7.1+ 3.7+
9.0+ 3.10+
8.4 3.9+
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+
Expand Down
4 changes: 2 additions & 2 deletions doc/en/reference/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The current pytest version, as a string::

>>> import pytest
>>> pytest.__version__
'7.0.0'
'9.0.2'

.. _`hidden-param`:

Expand Down Expand Up @@ -2539,7 +2539,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.

Expand Down