From 81b5c7f00832e046e55439039fea28fbc27570a0 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 05:00:48 +0000 Subject: [PATCH 1/2] Update from copier (2025-11-09T05:00:48) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- pyproject.toml | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index f81109f..c2ec98e 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 bf4190e..df6a1bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ authors = [{name = "the hatch-build authors", email = "t.paine154@gmail.com"}] description = "A minimal CLI wrapper around hatchling build" readme = "README.md" license = { text = "Apache-2.0" } +<<<<<<< before updating version = "0.4.0" requires-python = ">=3.9" keywords = [ @@ -15,6 +16,11 @@ keywords = [ "hatch", "packaging", ] +======= +version = "0.1.0" +requires-python = ">=3.10" +keywords = [] +>>>>>>> after updating classifiers = [ "Development Status :: 3 - Alpha", @@ -22,7 +28,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 41592407bc1df58ac71387632fc97e0177c34645 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sun, 9 Nov 2025 12:42:07 -0500 Subject: [PATCH 2/2] Update Python version requirement to 3.10 Updated Python version requirement and removed old version. --- pyproject.toml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index df6a1bc..8f88b40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,19 +8,13 @@ authors = [{name = "the hatch-build authors", email = "t.paine154@gmail.com"}] description = "A minimal CLI wrapper around hatchling build" readme = "README.md" license = { text = "Apache-2.0" } -<<<<<<< before updating version = "0.4.0" -requires-python = ">=3.9" +requires-python = ">=3.10" keywords = [ "build", "hatch", "packaging", ] -======= -version = "0.1.0" -requires-python = ">=3.10" -keywords = [] ->>>>>>> after updating classifiers = [ "Development Status :: 3 - Alpha", @@ -133,4 +127,4 @@ known-first-party = ["hatch_build"] 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"]