Skip to content

Commit

Permalink
fix(hatch-tests): add py3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Lowaiz committed Sep 25, 2024
1 parent 5e40fef commit d5dd07a
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 @@ -73,7 +73,7 @@ test = "coverage run --source=src/vaultwarden -m unittest discover -p 'test_*.py
_coverage = ["test", "coverage xml", "coverage report --show-missing"]
with-coverage = "test"
[[tool.hatch.envs.test.matrix]]
python = ["3.10", "3.11"]
python = ["3.10", "3.11", "3.12"]
type = ["default"]
[tool.hatch.envs.test.overrides]
matrix.type.scripts = [
Expand Down

0 comments on commit d5dd07a

Please sign in to comment.