Skip to content

Commit

Permalink
[skip ci] Add python 3.13 to tox configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Dec 8, 2024
1 parent fa00126 commit cb12577
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tox
You can also *optionally* install tox_ and run our tests using the tox_ package, as in::

python -m tox
python -m tox -epy312 # for Python 3.12 suite only
python -m tox -epy313 # for Python 3.13 suite only
python -m tox -epylint # for running Pylint over Pylint's codebase
python -m tox -eformatting # for running formatting checks over Pylint's codebase

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 3.0
envlist = formatting, py39, py310, py311, py312, pypy, benchmark
envlist = formatting, py39, py310, py311, py312, py313, pypy, benchmark
skip_missing_interpreters = true
requires = pip >=21.3.1
isolated_build = true
Expand Down

0 comments on commit cb12577

Please sign in to comment.