diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 2088c4e..a354b26 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 08a244d +_commit: ed77b70 _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: cppjswasm diff --git a/pyproject.toml b/pyproject.toml index 68a72f5..54c102e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -106,6 +106,7 @@ branch = true omit = [ "python_template_cppjswasm/tests/integration/", ] + [tool.coverage.report] exclude_also = [ "raise NotImplementedError",