From e622c346880e55b4e337538f6a7f5cbe509384b7 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:46 +0000 Subject: [PATCH 1/2] Update from copier (2025-11-09T05:14:46) 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 3a58b40..fec24c6 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 4581ec0..e3242bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ description = "Hatch plugin for JavaScript builds" readme = "README.md" license = { text = "Apache-2.0" } version = "0.1.0" +<<<<<<< before updating requires-python = ">=3.9" keywords = [ "hatch", @@ -19,6 +20,10 @@ keywords = [ "yarn", "pnpm", ] +======= +requires-python = ">=3.10" +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.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", From def47110cddcd767078dd5efe23ec635a5604f67 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sun, 9 Nov 2025 12:45:35 -0500 Subject: [PATCH 2/2] Update required Python version to 3.10 Updated the required Python version from 3.9 to 3.10. --- pyproject.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e3242bd..8b6a814 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,8 +9,7 @@ description = "Hatch plugin for JavaScript builds" readme = "README.md" license = { text = "Apache-2.0" } version = "0.1.0" -<<<<<<< before updating -requires-python = ">=3.9" +requires-python = ">=3.10" keywords = [ "hatch", "python", @@ -20,10 +19,6 @@ keywords = [ "yarn", "pnpm", ] -======= -requires-python = ">=3.10" -keywords = [] ->>>>>>> after updating classifiers = [ "Development Status :: 3 - Alpha",