Skip to content

Commit 1497194

Browse files
Update from copier (2026-07-10T21:41:44)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d5cb980 commit 1497194

3 files changed

Lines changed: 8 additions & 3 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: dbcb02b
2+
_commit: c184e53
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: python

.github/workflows/wiki.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2424
- run: cp README.md docs/wiki/Home.md
25-
- uses: Andrew-Chen-Wang/github-wiki-action@4e78882ff52f8751488e506e49b221145506ee34 # v5.0.5
25+
- uses: Andrew-Chen-Wang/github-wiki-action@64efa0a9436db17670a2259e0ac249d6f08bb352 # v5.0.4
2626
with:
2727
path: docs/wiki

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ authors = [
1212
description = "Reactive chat bot framework"
1313
readme = "README.md"
1414
license = { text = "Apache-2.0" }
15+
<<<<<<< before updating
1516
version = "1.1.0"
1617
requires-python = ">=3.10"
1718
keywords = [
@@ -22,6 +23,11 @@ keywords = [
2223
"chat",
2324
"chatbot",
2425
]
26+
=======
27+
version = "0.1.0"
28+
requires-python = ">=3.11"
29+
keywords = []
30+
>>>>>>> after updating
2531

2632
classifiers = [
2733
"Development Status :: 3 - Alpha",
@@ -30,7 +36,6 @@ classifiers = [
3036
"Programming Language :: Python :: Implementation :: CPython",
3137
"Programming Language :: Python :: Implementation :: PyPy",
3238
"Programming Language :: Python :: 3",
33-
"Programming Language :: Python :: 3.10",
3439
"Programming Language :: Python :: 3.11",
3540
"Programming Language :: Python :: 3.12",
3641
"Programming Language :: Python :: 3.13",

0 commit comments

Comments
 (0)