We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c4bdef commit f67a4a9Copy full SHA for f67a4a9
1 file changed
pyproject.toml
@@ -64,6 +64,8 @@ extra-dependencies = [
64
]
65
extra-args = ["--cov-report=xml", "-vv"]
66
type = "virtual"
67
+[[tool.hatch.envs.hatch-test.matrix]]
68
+python = ["3.14", "3.13", "3.12", "3.11", "3.10"]
69
70
[tool.hatch.envs.default.scripts]
71
docs-serve = "mkdocs serve"
0 commit comments