Update required Python version in docs.

This commit is contained in:
Hasan Ramezani 2021-12-28 12:06:55 +01:00
parent b72ad0fa8e
commit e5bf3784a4
No known key found for this signature in database
GPG Key ID: 36462AEA74DF3539
3 changed files with 4 additions and 4 deletions

View File

@ -100,7 +100,7 @@ Features
- Can run `unittest <https://docs.pytest.org/en/stable/how-to/unittest.html>`_ (or trial), - Can run `unittest <https://docs.pytest.org/en/stable/how-to/unittest.html>`_ (or trial),
`nose <https://docs.pytest.org/en/stable/how-to/nose.html>`_ test suites out of the box `nose <https://docs.pytest.org/en/stable/how-to/nose.html>`_ test suites out of the box
- Python 3.7+ and PyPy3 - Python 3.7+ or PyPy3
- Rich plugin architecture, with over 850+ `external plugins <https://docs.pytest.org/en/latest/reference/plugin_list.html>`_ and thriving community - Rich plugin architecture, with over 850+ `external plugins <https://docs.pytest.org/en/latest/reference/plugin_list.html>`_ and thriving community

View File

@ -9,7 +9,7 @@ Get Started
Install ``pytest`` Install ``pytest``
---------------------------------------- ----------------------------------------
``pytest`` requires: Python 3.7, 3.8, 3.9, or PyPy3. ``pytest`` requires: Python 3.7+ or PyPy3.
1. Run the following command in your command line: 1. Run the following command in your command line:

View File

@ -17,7 +17,7 @@ The ``pytest`` framework makes it easy to write small, readable tests, and can
scale to support complex functional testing for applications and libraries. scale to support complex functional testing for applications and libraries.
**Pythons**: ``pytest`` requires: Python 3.7, 3.8, 3.9, or PyPy3. ``pytest`` requires: Python 3.7+ or PyPy3.
**PyPI package name**: :pypi:`pytest` **PyPI package name**: :pypi:`pytest`
@ -78,7 +78,7 @@ Features
- Can run :ref:`unittest <unittest>` (including trial) and :ref:`nose <noseintegration>` test suites out of the box - Can run :ref:`unittest <unittest>` (including trial) and :ref:`nose <noseintegration>` test suites out of the box
- Python 3.7+ and PyPy 3 - Python 3.7+ or PyPy 3
- Rich plugin architecture, with over 800+ :ref:`external plugins <plugin-list>` and thriving community - Rich plugin architecture, with over 800+ :ref:`external plugins <plugin-list>` and thriving community