Skip to content

Commit

Permalink
update tox
Browse files Browse the repository at this point in the history
  • Loading branch information
yutaro-oguri committed Jun 14, 2024
1 parent 214df08 commit 27a27f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{38,39,310,311},yapf,isort,flake8,mypy
envlist = py{39,310,311,312},yapf,isort,flake8,mypy
isolated_build = true

[testenv]
Expand Down Expand Up @@ -29,7 +29,7 @@ commands = mypy ./kannon ./test ./example {posargs}

[gh-actions]
python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311
3.12: py312

0 comments on commit 27a27f5

Please sign in to comment.