We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 168390a commit 5d94a17Copy full SHA for 5d94a17
1 file changed
{{cookiecutter.project_name}}/pyproject.toml
@@ -72,10 +72,12 @@ scripts.build = "sphinx-build -M html docs docs/_build {args}"
72
scripts.open = "python -m webbrowser -t docs/_build/html/index.html"
73
scripts.clean = "git clean -fdX -- {args:docs}"
74
75
+# Test the lowest and highest supported Python versions with normal deps
76
[[tool.hatch.envs.hatch-test.matrix]]
77
deps = [ "stable" ]
78
python = [ "3.10", "3.13" ]
79
80
+# Test the newest supported Python version also with pre-release deps
81
82
deps = [ "stable", "pre" ]
83
python = [ "3.13" ]
0 commit comments