Skip to content

Commit ace6a26

Browse files
Update from copier (2026-07-12T06:02:32)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fdea117 commit ace6a26

3 files changed

Lines changed: 11 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: dbcb02b
2+
_commit: '4875149'
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: js

.github/workflows/wiki.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,13 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2424
- run: cp README.md docs/wiki/Home.md
25+
<<<<<<< before updating
2526
- uses: actions-ext/python/setup@main
2627
- run: pip install nbconvert
2728
- run: jupyter nbconvert examples/Client.ipynb --to markdown --output ../docs/wiki/Client.md
2829
- uses: Andrew-Chen-Wang/github-wiki-action@4e78882ff52f8751488e506e49b221145506ee34 # v5.0.5
30+
=======
31+
- uses: Andrew-Chen-Wang/github-wiki-action@1bbb4280446f9630e8e21a18012cbacf3b0f992e # v5.0.6
32+
>>>>>>> after updating
2933
with:
3034
path: docs/wiki

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,25 @@ authors = [
1414
description = "csp-gateway is a framework for building high-performance streaming applications"
1515
readme = "README.md"
1616
license = { text = "Apache-2.0" }
17+
<<<<<<< before updating
1718
version = "2.8.1"
1819
requires-python = ">=3.10"
1920
keywords = [
2021
"csp",
2122
"csp-gateway",
2223
]
24+
=======
25+
version = "0.1.0"
26+
requires-python = ">=3.11"
27+
keywords = []
28+
>>>>>>> after updating
2329

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

0 commit comments

Comments
 (0)