From 0d1aa533ecd36794e8d5a9d2d924a724fedd8bdf Mon Sep 17 00:00:00 2001 From: Mike Edmunds Date: Wed, 11 Dec 2024 14:27:21 -0800 Subject: [PATCH] Docs: Update versions in testing instructions --- docs/contributing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index 0c343916..e7e04bee 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -80,7 +80,7 @@ To run the tests locally, use :pypi:`tox`: $ python -m pip install -r requirements-dev.txt ## test a representative combination of Python and Django versions: - $ tox -e lint,django42-py311-all,django30-py37-all,docs + $ tox -e lint,django51-py312-all,django40-py38-all,docs ## you can also run just some test cases, e.g.: $ tox -e django42-py311-all tests.test_mailgun_backend tests.test_utils @@ -96,7 +96,7 @@ the tests in your current Python environment: .. code-block:: console - ## install the testing requirements (if any): + ## install the testing requirements: $ python -m pip install -r tests/requirements.txt ## run the tests: