Skip to content

Commit 5d94a17

Browse files
grstflying-sheep
andauthored
Update {{cookiecutter.project_name}}/pyproject.toml
Co-authored-by: Philipp A. <flying-sheep@web.de>
1 parent 168390a commit 5d94a17

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,12 @@ scripts.build = "sphinx-build -M html docs docs/_build {args}"
7272
scripts.open = "python -m webbrowser -t docs/_build/html/index.html"
7373
scripts.clean = "git clean -fdX -- {args:docs}"
7474

75+
# Test the lowest and highest supported Python versions with normal deps
7576
[[tool.hatch.envs.hatch-test.matrix]]
7677
deps = [ "stable" ]
7778
python = [ "3.10", "3.13" ]
7879

80+
# Test the newest supported Python version also with pre-release deps
7981
[[tool.hatch.envs.hatch-test.matrix]]
8082
deps = [ "stable", "pre" ]
8183
python = [ "3.13" ]

0 commit comments

Comments
 (0)