From 14125fbb3c0bbeff5935f73071212aee1d4a1ee2 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 05:14:42 +0000 Subject: [PATCH 1/2] Update from copier (2025-11-09T05:14:42) 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 c62d858..647f13b 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 502a4ed..3b8c18e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ authors = [{name = "the hatch-rs authors", email = "t.paine154@gmail.com"}] description = "Hatch plugin for Rust builds" readme = "README.md" license = { text = "Apache-2.0" } +<<<<<<< before updating version = "0.1.4" requires-python = ">=3.9" keywords = [ @@ -16,6 +17,11 @@ keywords = [ "build", "rust", ] +======= +version = "0.1.0" +requires-python = ">=3.10" +keywords = [] +>>>>>>> after updating classifiers = [ "Development Status :: 3 - Alpha", @@ -23,7 +29,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 533e86d66f31d070ddade02d80d00d91cb884c8d Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sun, 9 Nov 2025 12:45:48 -0500 Subject: [PATCH 2/2] Update Python version requirement and version number Updated Python version requirement and version number. --- pyproject.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3b8c18e..ad5fe37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,20 +8,14 @@ authors = [{name = "the hatch-rs authors", email = "t.paine154@gmail.com"}] description = "Hatch plugin for Rust builds" readme = "README.md" license = { text = "Apache-2.0" } -<<<<<<< before updating version = "0.1.4" -requires-python = ">=3.9" +requires-python = ">=3.10" keywords = [ "hatch", "python", "build", "rust", ] -======= -version = "0.1.0" -requires-python = ">=3.10" -keywords = [] ->>>>>>> after updating classifiers = [ "Development Status :: 3 - Alpha",