From 96ce747b5794d736a2179a66a969570a363df575 Mon Sep 17 00:00:00 2001 From: Tom Most Date: Tue, 17 Sep 2024 23:41:31 -0700 Subject: [PATCH] Python 3.12 everywhere --- tox.ini | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tox.ini b/tox.ini index 4c433d7f..1ce2bece 100644 --- a/tox.ini +++ b/tox.ini @@ -26,7 +26,7 @@ commands = {envbindir}/trial {posargs:treq} [testenv:mypy] -basepython = python3.8 +basepython = python3.12 deps = mypy==1.0.1 mypy-zope==0.9.1 @@ -38,27 +38,27 @@ commands = {posargs:src} [testenv:flake8] -python = python3.11 +python = python3.12 skip_install = True deps = flake8 commands = flake8 src/treq/ [testenv:towncrier] -python = python3.11 +python = python3.12 deps = towncrier commands = towncrier {posargs:--draft} [testenv:twine] -python = python3.11 +python = python3.12 deps = twine commands = twine check {distdir}/*.* [testenv:check-manifest] -python = python3.11 +python = python3.12 deps = check-manifest commands = @@ -67,7 +67,7 @@ commands = [testenv:docs] extras = docs changedir = docs -basepython = python3.8 +basepython = python3.12 commands = sphinx-build -b html . html