From 4e91c95316a2a00c0f741d22ed37826560a32278 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 05:15:41 +0000 Subject: [PATCH 1/2] Update from copier (2025-11-09T05:15:41) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- pyproject.toml | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 026fe73..17531dd 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 18afe0a +_commit: 973c39c _src_path: https://github.com/python-project-templates/base.git add_docs: false add_extension: python diff --git a/pyproject.toml b/pyproject.toml index 28b403d..13fc6c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ authors = [{name = "the hatch-cpp authors", email = "t.paine154@gmail.com"}] description = "Hatch plugin for C++ builds" readme = "README.md" license = { text = "Apache-2.0" } +<<<<<<< before updating version = "0.1.9" requires-python = ">=3.9" keywords = [ @@ -18,6 +19,12 @@ keywords = [ "c++", "cmake", ] +======= +version = "0.1.0" +requires-python = ">=3.10" +keywords = [] + +>>>>>>> after updating classifiers = [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: Apache Software License", @@ -25,7 +32,6 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", From f70e682754c026f14831dc7c9b9129f3ee231d00 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sun, 9 Nov 2025 12:08:49 -0500 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 13fc6c5..3cc367d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,9 +8,8 @@ authors = [{name = "the hatch-cpp authors", email = "t.paine154@gmail.com"}] description = "Hatch plugin for C++ builds" readme = "README.md" license = { text = "Apache-2.0" } -<<<<<<< before updating version = "0.1.9" -requires-python = ">=3.9" +requires-python = ">=3.10" keywords = [ "hatch", "python", @@ -19,12 +18,7 @@ keywords = [ "c++", "cmake", ] -======= -version = "0.1.0" -requires-python = ">=3.10" -keywords = [] ->>>>>>> after updating classifiers = [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: Apache Software License",