Skip to content

Commit

Permalink
Replace Unsupported Python Version Number from the Contributing Doc (#…
Browse files Browse the repository at this point in the history
…2505)

Co-authored-by: Adam Hopkins <adam@amhopkins.com>
  • Loading branch information
ChihweiLHBird and ahopkins committed Jul 24, 2022
1 parent 8f6c87c commit 2fc21ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ To execute only unittests, run ``tox`` with environment like so:

.. code-block:: bash
tox -e py36 -v -- tests/test_config.py
# or
tox -e py37 -v -- tests/test_config.py
# or
tox -e py310 -v -- tests/test_config.py
Run lint checks
---------------
Expand Down

0 comments on commit 2fc21ad

Please sign in to comment.