Skip to content

Commit

Permalink
chore(tox): Enable 3.12 and 3.13 tests in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Dec 8, 2024
1 parent 926ec74 commit b282750
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ envlist =
black
flake8
mypy
{py37,py38,py39,py310,py311,pypy3}-toxlatest
{py37,py38,py39,py310,py311,py312,py313,pypy3}-toxlatest

[gh-actions]
python =
Expand All @@ -91,6 +91,7 @@ python =
3.10: py310
3.11: py311, black, flake8, mypy
3.12: py312
3.13: py313
pypy-3: pypy3

[testenv]
Expand Down

0 comments on commit b282750

Please sign in to comment.