Skip to content

Commit eaea808

Browse files
Update from copier (2026-07-12T06:03:09)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 374eca9 commit eaea808

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: jupyter

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ authors = [
1414
description = "notebook templates for jupyterlab"
1515
readme = "README.md"
1616
license = { text = "Apache-2.0" }
17+
<<<<<<< before updating
1718
version = "0.5.3"
1819
requires-python = ">=3.10"
1920
keywords = [
@@ -23,6 +24,11 @@ keywords = [
2324
"Templates",
2425
"FINOS",
2526
]
27+
=======
28+
version = "0.1.0"
29+
requires-python = ">=3.11"
30+
keywords = []
31+
>>>>>>> after updating
2632

2733
classifiers = [
2834
"Development Status :: 3 - Alpha",
@@ -35,7 +41,6 @@ classifiers = [
3541
"Programming Language :: Python :: Implementation :: CPython",
3642
"Programming Language :: Python :: Implementation :: PyPy",
3743
"Programming Language :: Python :: 3",
38-
"Programming Language :: Python :: 3.10",
3944
"Programming Language :: Python :: 3.11",
4045
"Programming Language :: Python :: 3.12",
4146
"Programming Language :: Python :: 3.13",

0 commit comments

Comments
 (0)