Skip to content

Commit e5bf378

Browse files
committed
Update required Python version in docs.
1 parent b72ad0f commit e5bf378

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Features
100100
- Can run `unittest <https://docs.pytest.org/en/stable/how-to/unittest.html>`_ (or trial),
101101
`nose <https://docs.pytest.org/en/stable/how-to/nose.html>`_ test suites out of the box
102102

103-
- Python 3.7+ and PyPy3
103+
- Python 3.7+ or PyPy3
104104

105105
- Rich plugin architecture, with over 850+ `external plugins <https://docs.pytest.org/en/latest/reference/plugin_list.html>`_ and thriving community
106106

doc/en/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Get Started
99
Install ``pytest``
1010
----------------------------------------
1111

12-
``pytest`` requires: Python 3.7, 3.8, 3.9, or PyPy3.
12+
``pytest`` requires: Python 3.7+ or PyPy3.
1313

1414
1. Run the following command in your command line:
1515

doc/en/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The ``pytest`` framework makes it easy to write small, readable tests, and can
1717
scale to support complex functional testing for applications and libraries.
1818

1919

20-
**Pythons**: ``pytest`` requires: Python 3.7, 3.8, 3.9, or PyPy3.
20+
``pytest`` requires: Python 3.7+ or PyPy3.
2121

2222
**PyPI package name**: :pypi:`pytest`
2323

@@ -78,7 +78,7 @@ Features
7878

7979
- Can run :ref:`unittest <unittest>` (including trial) and :ref:`nose <noseintegration>` test suites out of the box
8080

81-
- Python 3.7+ and PyPy 3
81+
- Python 3.7+ or PyPy 3
8282

8383
- Rich plugin architecture, with over 800+ :ref:`external plugins <plugin-list>` and thriving community
8484

0 commit comments

Comments
 (0)