Skip to content

Commit cb12577

Browse files
[skip ci] Add python 3.13 to tox configuration
1 parent fa00126 commit cb12577

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/development_guide/contributor_guide/tests/launching_test.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tox
3030
You can also *optionally* install tox_ and run our tests using the tox_ package, as in::
3131

3232
python -m tox
33-
python -m tox -epy312 # for Python 3.12 suite only
33+
python -m tox -epy313 # for Python 3.13 suite only
3434
python -m tox -epylint # for running Pylint over Pylint's codebase
3535
python -m tox -eformatting # for running formatting checks over Pylint's codebase
3636

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 3.0
3-
envlist = formatting, py39, py310, py311, py312, pypy, benchmark
3+
envlist = formatting, py39, py310, py311, py312, py313, pypy, benchmark
44
skip_missing_interpreters = true
55
requires = pip >=21.3.1
66
isolated_build = true

0 commit comments

Comments
 (0)