Skip to content

Commit e622c34

Browse files
Update from copier (2025-11-09T05:14:46)
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f1476e5 commit e622c34

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.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: 18afe0a
2+
_commit: 973c39c
33
_src_path: https://github.com/python-project-templates/base.git
44
add_docs: false
55
add_extension: python

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ description = "Hatch plugin for JavaScript builds"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }
1111
version = "0.1.0"
12+
<<<<<<< before updating
1213
requires-python = ">=3.9"
1314
keywords = [
1415
"hatch",
@@ -19,6 +20,10 @@ keywords = [
1920
"yarn",
2021
"pnpm",
2122
]
23+
=======
24+
requires-python = ">=3.10"
25+
keywords = []
26+
>>>>>>> after updating
2227

2328
classifiers = [
2429
"Development Status :: 3 - Alpha",
@@ -27,7 +32,6 @@ classifiers = [
2732
"Programming Language :: Python :: Implementation :: CPython",
2833
"Programming Language :: Python :: Implementation :: PyPy",
2934
"Programming Language :: Python :: 3",
30-
"Programming Language :: Python :: 3.9",
3135
"Programming Language :: Python :: 3.10",
3236
"Programming Language :: Python :: 3.11",
3337
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)