From f0a339a6c4aed7a40e56adf3e42e0276f6378898 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Mon, 23 Feb 2026 23:29:10 -0500 Subject: [PATCH] fix hatch-cpp version in cppjswasm template --- cppjswasm/pyproject.toml.jinja | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cppjswasm/pyproject.toml.jinja b/cppjswasm/pyproject.toml.jinja index d6d9d24..84a4f73 100644 --- a/cppjswasm/pyproject.toml.jinja +++ b/cppjswasm/pyproject.toml.jinja @@ -1,7 +1,7 @@ [build-system] requires = [ "hatchling", - "hatch-cpp<0.3", + "hatch-cpp", "hatch-js", "pybind11", ] @@ -42,7 +42,7 @@ develop = [ "check-dist", "cibuildwheel", "codespell", - "hatch-cpp<0.3", + "hatch-cpp", "hatch-js", "hatchling", "pybind11",