Skip to content

Commit

Permalink
tox: extend to py 3.12 explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
mitshell committed Jan 6, 2025
1 parent 31e341f commit 8e0ca69
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 @@ -5,7 +5,7 @@ license_files = license.txt
universal = 1

[tox:tox]
envlist = {py38,py39,py310,py311}-{linux,macos,windows}
envlist = {py38,py39,py310,py311,py312}-{linux,macos,windows}

[testenv]
passenv = TERM
Expand All @@ -22,6 +22,7 @@ python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312

[gh-actions:env]
TOX_OS =
Expand Down

0 comments on commit 8e0ca69

Please sign in to comment.