Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2f48a73

Browse files
committed
docs: update tox python version from 3.9 to 3.12 in dev env
1 parent dd4339c commit 2f48a73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/source/dev/development_environment.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ That also takes extra arguments, like ``--pdb`` which drops you into the Python
177177
debugger when a test fails or an exception is raised.
178178

179179
Running tests with `tox`_ is also supported. For example, to build NumPy and
180-
run the test suite with Python 3.9, use::
180+
run the test suite with Python 3.12, use::
181181

182-
$ tox -e py39
182+
$ tox -e py312
183183

184184
For more extensive information, see :ref:`testing-guidelines`.
185185

0 commit comments

Comments
 (0)