From 2fc21ad576fe3e8b67e0ac116f02c3a338d81dca Mon Sep 17 00:00:00 2001 From: Zhiwei Date: Sun, 24 Jul 2022 14:33:05 -0500 Subject: [PATCH] Replace Unsupported Python Version Number from the Contributing Doc (#2505) Co-authored-by: Adam Hopkins --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index ab58c8fe..860cc401 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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 ---------------