From d19ec96e259b127df3211611a9c6e27ded5ddeb4 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 05:21:07 +0000 Subject: [PATCH 1/2] Update from copier (2025-11-09T05:21:07) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- pyproject.toml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 07de215..3b35799 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 5af64c5 +_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 654df54..dbf8d4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ description = "Hatch plugin for CMake/C++ builds" readme = "README.md" license = { text = "Apache-2.0" } version = "0.1.0" +<<<<<<< before updating requires-python = ">=3.9" keywords = [ "hatch", @@ -18,6 +19,10 @@ keywords = [ "c++", "cmake", ] +======= +requires-python = ">=3.10" +keywords = [] +>>>>>>> after updating classifiers = [ "Development Status :: 3 - Alpha", @@ -25,7 +30,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 9c3d0b4ba7f35b2d29262b6da68105b016c688cb Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sun, 9 Nov 2025 12:06:41 -0500 Subject: [PATCH 2/2] Change requires-python to '>=3.10' and update keywords Updated Python version requirement and keywords. --- pyproject.toml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dbf8d4d..b46205e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,8 +9,7 @@ description = "Hatch plugin for CMake/C++ builds" readme = "README.md" license = { text = "Apache-2.0" } version = "0.1.0" -<<<<<<< before updating -requires-python = ">=3.9" +requires-python = ">=3.10" keywords = [ "hatch", "python", @@ -19,10 +18,6 @@ keywords = [ "c++", "cmake", ] -======= -requires-python = ">=3.10" -keywords = [] ->>>>>>> after updating classifiers = [ "Development Status :: 3 - Alpha", @@ -132,4 +127,4 @@ known-first-party = ["hatch_cmake"] section-order = ["future", "standard-library", "third-party", "first-party", "local-folder"] [tool.ruff.lint.per-file-ignores] -"__init__.py" = ["F401", "F403"] \ No newline at end of file +"__init__.py" = ["F401", "F403"]