Skip to content

Commit e5f6231

Browse files
committed
Limit tests to 3.11, 3.12 and 3.13
1 parent 10ea8f4 commit e5f6231

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

{{cookiecutter.package_name}}/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ extra-dependencies = [
7474
"pytest",
7575
]
7676

77+
[[tool.hatch.envs.hatch-test.matrix]]
78+
python = ["3.11", "3.12", "3.13"]
79+
7780
[tool.hatch.envs.coverage]
7881
extra-dependencies = [
7982
"coverage",

0 commit comments

Comments
 (0)