From 1e7873a5718f8cf6aeaf707a62d7943ea1ff2cfd Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Apr 2025 05:24:30 +0000 Subject: [PATCH 1/2] Update from copier (2025-04-13T05:24:30) --- .copier-answers.yml | 2 +- pyproject.toml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index dab7480..2bc0d63 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: '6957226' +_commit: 98c8f14 _src_path: https://github.com/python-project-templates/base.git add_extension: python email: t.paine154@gmail.com diff --git a/pyproject.toml b/pyproject.toml index 9d37394..7e19df6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,11 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", +<<<<<<< before updating "License :: OSI Approved :: Apache Software License", +======= + "Programming Language :: Python :: 3.13", +>>>>>>> after updating ] dependencies = [ From abf42d5ac229f972420151dcc8ad2af018e9f5fd Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sun, 13 Apr 2025 13:38:43 -0400 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7e19df6..8362341 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,11 +28,8 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", -<<<<<<< before updating - "License :: OSI Approved :: Apache Software License", -======= "Programming Language :: Python :: 3.13", ->>>>>>> after updating + "License :: OSI Approved :: Apache Software License", ] dependencies = [