From 68081f4f1ee391249c231340fc8460f408b6bb27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tin=20Tvrtkovi=C4=87?= Date: Thu, 28 Dec 2023 23:10:43 +0100 Subject: [PATCH] Lint using latest Python --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index a977901f..6fc0b87a 100644 --- a/tox.ini +++ b/tox.ini @@ -4,8 +4,8 @@ python = 3.8: py38 3.9: py39 3.10: py310 - 3.11: py311, lint - 3.12: py312 + 3.11: py311 + 3.12: py312, lint pypy-3: pypy3 [tox] @@ -14,7 +14,7 @@ isolated_build = true skipsdist = true [testenv:lint] -basepython = python3.11 +basepython = python3.12 allowlist_externals = make pdm