From adad5b1fb01421a0202c363a78ab0e82710f54dd Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 07:26:30 +0000 Subject: [PATCH 1/2] Update from copier (2026-07-12T07:26:30) 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 9c5d43b..6f7d3f6 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 392c67f +_commit: '4875149' _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 85bef47..a76d63d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,7 @@ description = "Hatch plugin for Rust" readme = "README.md" license = { text = "Apache-2.0" } version = "0.1.0" +<<<<<<< before updating requires-python = ">=3.10" keywords = [ "hatch", @@ -20,6 +21,10 @@ keywords = [ "build", "rust", ] +======= +requires-python = ">=3.11" +keywords = [] +>>>>>>> after updating classifiers = [ "Development Status :: 3 - Alpha", @@ -27,7 +32,6 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", From e708299518172be3f5cb1fbc48b2c8395d38ad7a Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sun, 12 Jul 2026 11:53:31 -0400 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a76d63d..9c1c369 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,18 +13,13 @@ description = "Hatch plugin for Rust" readme = "README.md" license = { text = "Apache-2.0" } version = "0.1.0" -<<<<<<< before updating -requires-python = ">=3.10" +requires-python = ">=3.11" keywords = [ "hatch", "python", "build", "rust", ] -======= -requires-python = ">=3.11" -keywords = [] ->>>>>>> after updating classifiers = [ "Development Status :: 3 - Alpha",