Skip to content

Commit b0e0373

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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)