Skip to content
Prev Previous commit
Next Next commit
Added Python 3.14 to tox environments
  • Loading branch information
agronholm committed Jan 26, 2025
commit ec1b0498b526cd380d02849c64197ad69422a9bd
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ strict = true
pretty = true

[tool.tox]
env_list = ["py39", "py310", "py311", "py312", "py313"]
env_list = ["py39", "py310", "py311", "py312", "py313", "py314"]
skip_missing_interpreters = true

[tool.tox.env_run_base]
Expand Down