Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsmkn authored Mar 20, 2024
1 parent 7287396 commit 3798adb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,15 @@ addopts = "--strict-markers --showlocals -n auto --dist loadscope"
legacy_tox_ini = """
[tox]
isolated_build = True
envlist = py38, py39, py310, py311
envlist = py38, py39, py310, py311, py312
[gh-actions]
python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311
3.12: py312
[testenv]
allowlist_externals = poetry
Expand Down

0 comments on commit 3798adb

Please sign in to comment.