From 4adbb1b8dc2c74af3724afef70a34ae1a0e4e577 Mon Sep 17 00:00:00 2001 From: Naoyuki Sano Date: Mon, 27 Oct 2025 03:16:00 +0900 Subject: [PATCH] Add Python 3.14 to Tox environment list --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index efc5d2be..455c1347 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -145,7 +145,7 @@ tag-only = [ [tool.tox] env_list = [ - "py3.13", "py3.12", "py3.11", "py3.10", + "py3.14", "py3.13", "py3.12", "py3.11", "py3.10", "pypy3.11", "style", "typing",