From ac587a79ca7d0c9b61e8b40896cc6c9a6a4ae4a2 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Tue, 8 Oct 2024 05:49:26 +0200 Subject: [PATCH] 3.13 is fully supported --- tox.ini | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 53b3729..64f8b21 100644 --- a/tox.ini +++ b/tox.ini @@ -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 @@ -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