Skip to content

Commit

Permalink
3.13 is fully supported
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Oct 8, 2024
1 parent 4eff159 commit ac587a7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ env_list =
mypy-pkg,
pyright,
py3{8,9,10,11,12,13}-mypy
py3{8,9,10,11,12}-tests{,-optional},
py313-tests, # Deps aren't there, yet. Remove Mypy if-block from ci.yml once they are, too!
py3{8,9,10,11,12,13}-tests{,-optional},
coverage-report


[pkgenv]
pass_env = SETUPTOOLS_SCM_PRETEND_VERSION


[testenv]
package = wheel
wheel_build_env = .pkg
Expand Down Expand Up @@ -47,7 +50,7 @@ commands =
[testenv:pre-commit]
description = Run all pre-commit hooks.
skip_install = true
deps = pre-commit
deps = pre-commit-uv
commands = pre-commit run --all-files


Expand Down

0 comments on commit ac587a7

Please sign in to comment.