From bc2f531f79f8ceaefc32b1911f177ff53e8d8e74 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 23:06:50 +0000 Subject: [PATCH 1/2] Update from copier (2026-07-10T23:06:50) Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> --- .copier-answers.yaml | 2 +- pyproject.toml | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yaml b/.copier-answers.yaml index 6ea8cfd..18ac356 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 a768432..9147df2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,10 +12,16 @@ authors = [ description = "Easily generate sphinx documentation" readme = "README.md" license = { text = "Apache-2.0" } +<<<<<<< before updating version = "0.6.0" requires-python = ">=3.10" keywords = [ ] +======= +version = "0.1.0" +requires-python = ">=3.11" +keywords = [] +>>>>>>> after updating classifiers = [ "Development Status :: 3 - Alpha", @@ -23,7 +29,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 4ae7cd8660c513de4d0540fd3d4bca0f94128d7a Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Fri, 10 Jul 2026 19:10:32 -0400 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9147df2..025d7f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,16 +12,9 @@ authors = [ description = "Easily generate sphinx documentation" readme = "README.md" license = { text = "Apache-2.0" } -<<<<<<< before updating version = "0.6.0" requires-python = ">=3.10" -keywords = [ -] -======= -version = "0.1.0" -requires-python = ">=3.11" keywords = [] ->>>>>>> after updating classifiers = [ "Development Status :: 3 - Alpha",