Skip to content

Commit

Permalink
chore(tox): add Python 3.13 and deptry
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner committed Aug 10, 2024
1 parent 0e59bbc commit 0bf96d8
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]
skipsdist = true
envlist = py38, py39, py310, py311, py312
envlist = py38, py39, py310, py311, py312, py313

[testenv]
allowlist_externals = pdm
Expand All @@ -9,3 +9,4 @@ commands_pre = pdm install
commands =
pdm run pytest
pdm run mypy
pdm run deptry python

0 comments on commit 0bf96d8

Please sign in to comment.