From ccf46b7006dfbf3632db41e800338855eefd2965 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 05:15:34 +0000 Subject: [PATCH 1/2] Update from copier (2025-11-09T05:15:34) 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 4950b41..86b318e 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 86b29c8..d64d3e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ authors = [{name = "the csp-bot-commands authors", email = "t.paine154@gmail.com description = "Miscellaneous commands for csp-bot" readme = "README.md" license = { text = "Apache-2.0" } +<<<<<<< before updating version = "1.0.0" requires-python = ">=3.9" keywords = [ @@ -17,6 +18,11 @@ keywords = [ "chat", "chatbot", ] +======= +version = "0.1.0" +requires-python = ">=3.10" +keywords = [] +>>>>>>> after updating classifiers = [ "Development Status :: 3 - Alpha", @@ -24,7 +30,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 1587a0452ef42ed1ab63ae3756ddcb50dc5a6f1f Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Sun, 9 Nov 2025 12:08:08 -0500 Subject: [PATCH 2/2] Change Python requirement to >=3.10 and update version Updated Python version requirement and version number. --- pyproject.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d64d3e0..2c9e949 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,9 +8,8 @@ authors = [{name = "the csp-bot-commands authors", email = "t.paine154@gmail.com description = "Miscellaneous commands for csp-bot" readme = "README.md" license = { text = "Apache-2.0" } -<<<<<<< before updating version = "1.0.0" -requires-python = ">=3.9" +requires-python = ">=3.10" keywords = [ "csp", "stream-processing", @@ -18,11 +17,6 @@ keywords = [ "chat", "chatbot", ] -======= -version = "0.1.0" -requires-python = ">=3.10" -keywords = [] ->>>>>>> after updating classifiers = [ "Development Status :: 3 - Alpha",