Skip to content

Commit 4f29ff6

Browse files
Update from copier (2026-07-12T07:26:24)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2bc57de commit 4f29ff6

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.copier-answers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 392c67f
2+
_commit: '4875149'
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: python

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ authors = [
1212
description = "Miscellaneous commands for csp-bot"
1313
readme = "README.md"
1414
license = { text = "Apache-2.0" }
15+
<<<<<<< before updating
1516
version = "1.0.1"
1617
requires-python = ">=3.10"
1718
keywords = [
@@ -21,14 +22,18 @@ keywords = [
2122
"chat",
2223
"chatbot",
2324
]
25+
=======
26+
version = "0.1.0"
27+
requires-python = ">=3.11"
28+
keywords = []
29+
>>>>>>> after updating
2430

2531
classifiers = [
2632
"Development Status :: 3 - Alpha",
2733
"Programming Language :: Python",
2834
"Programming Language :: Python :: Implementation :: CPython",
2935
"Programming Language :: Python :: Implementation :: PyPy",
3036
"Programming Language :: Python :: 3",
31-
"Programming Language :: Python :: 3.10",
3237
"Programming Language :: Python :: 3.11",
3338
"Programming Language :: Python :: 3.12",
3439
"Programming Language :: Python :: 3.13",

0 commit comments

Comments
 (0)