Skip to content

Commit 08aad19

Browse files
committed
build(tox): add 3.14 support
1 parent dadc038 commit 08aad19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ testpaths = ["tests/"]
174174

175175
[tool.tox]
176176
requires = ["tox>=4.22"]
177-
env_list = ["3.9", "3.10", "3.11", "3.12", "3.13"]
177+
env_list = ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
178178

179179
[tool.tox.env_run_base]
180180
description = "Run tests suite against Python {base_python}"

0 commit comments

Comments
 (0)