From 95deb76e76b3d5203c6056441daf7545591e0b83 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 07:24:03 +0000 Subject: [PATCH 1/2] Update from copier (2026-07-12T07:24:03) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- .github/workflows/docs.yaml | 3 ++- pyproject.toml | 6 +++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 6f4486c..e95cbe9 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: true add_extension: python diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index da78ddc..3e35bd4 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -32,7 +32,8 @@ jobs: - name: Install from wheel run: | - uv pip install dist/*.whl --target . + uv pip install dist/*.whl + uv pip install dist/*.whl --target . --no-deps uv pip install yardang if: github.event_name == 'workflow_run' diff --git a/pyproject.toml b/pyproject.toml index 351701f..650671c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,8 +12,13 @@ authors = [ description = "Check Python source and wheel distributions" readme = "README.md" license = { text = "Apache-2.0" } +<<<<<<< before updating version = "0.1.5" requires-python = ">=3.10" +======= +version = "0.1.0" +requires-python = ">=3.11" +>>>>>>> after updating keywords = [] classifiers = [ @@ -22,7 +27,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 45e08a36a74c94a4a4f55c16bfae96577e16f907 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sun, 12 Jul 2026 12:01:00 -0400 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 650671c..6f7b65a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,13 +12,8 @@ authors = [ description = "Check Python source and wheel distributions" readme = "README.md" license = { text = "Apache-2.0" } -<<<<<<< before updating version = "0.1.5" -requires-python = ">=3.10" -======= -version = "0.1.0" requires-python = ">=3.11" ->>>>>>> after updating keywords = [] classifiers = [