Skip to content

Commit

Permalink
test(tox): prepare for Python 3.13 (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl authored Oct 7, 2024
1 parent 30b5a77 commit 3245f5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ commands =

[testenv:typecheck]
description = run type check on code base
base_python = {[type]base_python}
skip_install = true
deps =
{[type]deps}
Expand All @@ -22,6 +23,7 @@ commands =

[testenv:stubgen]
description = generate stubs
base_python = {[type]base_python}
skip_install = true
deps =
{[type]deps}
Expand Down Expand Up @@ -54,5 +56,6 @@ allowlist_externals =
bash

[type]
base_python = python3.12
deps =
mypy[python2]==0.971

0 comments on commit 3245f5e

Please sign in to comment.