Skip to content

Commit

Permalink
chore: add py312 & py313 to tox environment list
Browse files Browse the repository at this point in the history
Even though there isn't a Python 3.13 at this time, this is done for
the future.  tox is already configured to just warn about missing
Python versions, but not fail if they don't exist.
  • Loading branch information
JohnVillalovos authored and nejch committed Feb 17, 2024
1 parent 529f1fa commit 679ddc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
minversion = 1.6
skipsdist = True
skip_missing_interpreters = True
envlist = py311,py310,py39,py38,flake8,black,twine-check,mypy,isort,cz,pylint
envlist = py313,py312,py311,py310,py39,py38,flake8,black,twine-check,mypy,isort,cz,pylint

[testenv]
passenv =
Expand Down

0 comments on commit 679ddc7

Please sign in to comment.