From 1e14a68c164c5bd69fd4e4288d0f5ff094b75745 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 05:17:21 +0000 Subject: [PATCH 1/2] Update from copier (2025-11-09T05:17:21) 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 fe6d6ea..f4c604e 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: true add_extension: python diff --git a/pyproject.toml b/pyproject.toml index 7b65227..7dd4f54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,8 +8,13 @@ authors = [{name = "the hatch-multi authors", email = "t.paine154@gmail.com"}] description = "Create multiple discrete packages from optional-dependencies (extras)" readme = "README.md" license = { text = "Apache-2.0" } +<<<<<<< before updating version = "1.0.0" requires-python = ">=3.9" +======= +version = "0.1.0" +requires-python = ">=3.10" +>>>>>>> after updating keywords = [] classifiers = [ @@ -18,7 +23,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 eb31d8226736fd7995ba4859f8166467f1e878f6 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sun, 9 Nov 2025 12:07:12 -0500 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7dd4f54..beaf9a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,13 +8,8 @@ authors = [{name = "the hatch-multi authors", email = "t.paine154@gmail.com"}] description = "Create multiple discrete packages from optional-dependencies (extras)" readme = "README.md" license = { text = "Apache-2.0" } -<<<<<<< before updating version = "1.0.0" -requires-python = ">=3.9" -======= -version = "0.1.0" requires-python = ">=3.10" ->>>>>>> after updating keywords = [] classifiers = [