Skip to content

Commit

Permalink
Add python 3.12 to the tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
olzhasar committed Apr 1, 2024
1 parent dc12a5a commit 4ba4594
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
isolated_build = True
envlist = py37,py38,py39,py310,py311
envlist = py37,py38,py39,py310,py311,py312

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

[tox:.package]
basepython = python3
Expand Down

0 comments on commit 4ba4594

Please sign in to comment.