File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -284,7 +284,11 @@ By splitting the tools out into separate environments, we save time by
284284only installing packages that we actually need.
285285
286286Take a look at the pyproject.toml configuration file to see precisely
287- what each script does, and make any adjustments as desired.
287+ what each script does, and make any adjustments as desired. You can
288+ also define environments with one or more different versions of Python
289+ to run tests or for development. See the Hatch documentation on
290+ `matrices <https://hatch.pypa.io/1.9/environment/#matrix >`_ for
291+ details.
288292
289293If you have make installed, the included Makefile provides handy
290294shortcuts for various Hatch commands and the configured scripts. You
You can’t perform that action at this time.
0 commit comments