From 1991224900fe66b18d6578b3c3201ea2b129ac7b Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Wed, 12 Aug 2026 16:29:05 +0200 Subject: [PATCH] tests: add Python 3.14 to tox tests Signed-off-by: Jan Kowalleck --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8afcf3aa..af3be111 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ minversion = 4.0 envlist = flake8 mypy-{current,lowest} - py{313,312,311,310,39}-{allExtras,noExtras} + py{314,313,312,311,310,39}-{allExtras,noExtras} bandit deptry skip_missing_interpreters = True