Skip to content

Commit

Permalink
Add Python 3.12 to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszachy authored and psss committed Nov 21, 2023
1 parent 42ddf56 commit 4b16ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ template = "dev"
description = "Run scripts with multiple Python versions"

[[tool.hatch.envs.test.matrix]]
python = ["3.9", "3.11"]
python = ["3.9", "3.11", "3.12"]

[tool.hatch.envs.docs]
dependencies = ["tmt[docs]"]
Expand Down

0 comments on commit 4b16ddc

Please sign in to comment.