From 69e681417c977ffbda5f801f39960a4e0131593e Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 23:07:02 +0000 Subject: [PATCH 1/2] Update from copier (2026-07-10T23:07:02) 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 2e5d016..d05c951 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 392c67f +_commit: c184e53 _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 fb947ac..c2a589d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,7 @@ description = "Hatch plugin for Go builds" readme = "README.md" license = { text = "Apache-2.0" } version = "0.1.0" +<<<<<<< before updating requires-python = ">=3.10" keywords = [ "hatch", @@ -22,6 +23,10 @@ keywords = [ "golang", "cgo", ] +======= +requires-python = ">=3.11" +keywords = [] +>>>>>>> after updating classifiers = [ "Development Status :: 3 - Alpha", @@ -29,7 +34,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 c36ce2f0bcc6d39a3e58be2f0cff656bd8dd6619 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Fri, 10 Jul 2026 19:09:01 -0400 Subject: [PATCH 2/2] Change requires-python to >=3.11 and clear keywords Updated Python version requirement and keywords. --- pyproject.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c2a589d..d91215c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,6 @@ description = "Hatch plugin for Go builds" readme = "README.md" license = { text = "Apache-2.0" } version = "0.1.0" -<<<<<<< before updating requires-python = ">=3.10" keywords = [ "hatch", @@ -23,10 +22,6 @@ keywords = [ "golang", "cgo", ] -======= -requires-python = ">=3.11" -keywords = [] ->>>>>>> after updating classifiers = [ "Development Status :: 3 - Alpha",