We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e09ea commit b1dd00dCopy full SHA for b1dd00d
README.md
@@ -168,6 +168,12 @@ dist/yourpackage-0.1.0.tar.gz
168
dist/yourpackage-0.1.0-py2.py3-none-any.whl
169
```
170
171
+> [!IMPORTANT]
172
+> This template makes use of [PEP-735 `dependency-groups`](https://peps.python.org/pep-0735/)
173
+> which are only supported in versions of hatch [greater than v1.16.0](https://hatch.pypa.io/dev/blog/2025/11/24/hatch-v1160/#dependency-groups).
174
+> To see which version of hatch you have installed use `hatch --version`,
175
+> and to update hatch use [`hatch self update`](https://hatch.pypa.io/dev/cli/reference/#hatch-self-update).
176
+
177
To use the hatch build environment run:
178
179
`hatch run build:check`
0 commit comments