Skip to content

Commit fa89aff

Browse files
Update contributing guide (#135)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent de027bb commit fa89aff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ Automated tests
3838
-------------------
3939

4040
Tests are run with ``tox`` and ``pytest``.
41-
To run tests for a specific Python version, such as Python 3.6:
41+
To run tests for a specific Python version, such as Python 3.10:
4242

4343
.. code-block:: bash
4444
45-
$ tox -e py36
45+
$ tox -e py310
4646
4747
4848
To run tests for all Python versions, simply run:

doc-source/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ Automated tests
3737
-------------------
3838

3939
Tests are run with ``tox`` and ``pytest``.
40-
To run tests for a specific Python version, such as Python 3.6:
40+
To run tests for a specific Python version, such as Python 3.10:
4141

4242
.. prompt:: bash
4343

44-
tox -e py36
44+
tox -e py310
4545

4646

4747
To run tests for all Python versions, simply run:

0 commit comments

Comments
 (0)