Skip to content

Commit

Permalink
tox update
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestoarbitrio committed Nov 20, 2024
1 parent 7053f80 commit a273103
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py36, py37, py38, py39, py310, py311, coverage, lint
envlist = py36, py37, py38, py39, py310, py311, py312, coverage, lint

[gh-actions]
python =
Expand All @@ -9,6 +9,7 @@ python =
3.9: py39
3.10: py310
3.11: py311
3.12: py312

[testenv]
basepython =
Expand All @@ -18,6 +19,7 @@ basepython =
py39: python3.9
py310: python3.10
py311: python3.11
py312: python3.12
py3: python3.6

commands =
Expand Down

0 comments on commit a273103

Please sign in to comment.