Skip to content

Commit

Permalink
Configure tox env for Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
lubomir committed Aug 14, 2024
1 parent 534a9d4 commit 83e7a13
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
Expand Up @@ -5,7 +5,7 @@ max-line-length = 140

[tox]
skipsdist = True
envlist = py27,py36,py38,py39,py310,py311,py312
envlist = py27,py36,py38,py39,py310,py311,py312,py313
skip_missing_interpreters = True

[testenv]
Expand All @@ -21,6 +21,7 @@ python =
3.10: py310
3.11: py311
3.12: py312
3.13: py313

[testenv:bandit]
skipsdist = True
Expand Down

0 comments on commit 83e7a13

Please sign in to comment.