From 99bed0c58509a1dc470378d1b8895a5ddf9a73bd Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sun, 3 Nov 2024 21:05:48 -0500 Subject: [PATCH] Update tox coverage command --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5dc3d35b..911a58d8 100644 --- a/tox.ini +++ b/tox.ini @@ -26,7 +26,7 @@ python_files = test_*_py3*.py [testenv:coveralls] passenv = GITHUB_*, COVERALLS_*, DEPENDENCY_INJECTOR_* -basepython=python3.12 +basepython=python3.13 deps= {[testenv]deps} cython>=3,<4