Add Python 3.14 to Tox environment list

This commit is contained in:
Naoyuki Sano 2025-10-27 03:16:00 +09:00 committed by GitHub
parent 6de21cfa25
commit 4adbb1b8dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",