Skip to content

Commit 4f18474

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

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: 5af64c5
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,21 +9,25 @@ description = "Hatch plugin for JavaScript"
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",
1516
"python",
1617
"build",
1718
"javascript",
1819
]
20+
=======
21+
requires-python = ">=3.10"
22+
keywords = []
23+
>>>>>>> after updating
1924

2025
classifiers = [
2126
"Development Status :: 3 - Alpha",
2227
"Programming Language :: Python",
2328
"Programming Language :: Python :: Implementation :: CPython",
2429
"Programming Language :: Python :: Implementation :: PyPy",
2530
"Programming Language :: Python :: 3",
26-
"Programming Language :: Python :: 3.9",
2731
"Programming Language :: Python :: 3.10",
2832
"Programming Language :: Python :: 3.11",
2933
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)