From c6b7d7aba1e6fbada9b163a648b4677b2cafcaee Mon Sep 17 00:00:00 2001 From: konstantin Date: Tue, 24 Sep 2024 14:59:16 +0200 Subject: [PATCH] ci: use Python 3.12 in hatch --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7a70c56..823c860 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,8 @@ disable="too-few-public-methods" requires = ["hatchling>=1.8.0", "hatch-vcs", "hatch-fancy-pypi-readme"] build-backend = "hatchling.build" - +[tool.hatch.envs.default] +python="3.12" [tool.hatch.metadata.hooks.fancy-pypi-readme] content-type = "text/markdown"