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

Skip to content

Commit b6e8ad8

Browse files
authored
Merge pull request #31532 from prathamhole14/update_tox
DOC: Update tox python version from 3.9 to 3.12 in development environment guide
2 parents 03e4a37 + 2f48a73 commit b6e8ad8

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)