File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
44add_docs : false
55add_extension : python
Original file line number Diff line number Diff line change @@ -9,21 +9,25 @@ description = "Hatch plugin for JavaScript"
99readme = " README.md"
1010license = { text = " Apache-2.0" }
1111version = " 0.1.0"
12+ <<<<<<< before updating
1213requires-python = " >=3.9"
1314keywords = [
1415 " hatch" ,
1516 " python" ,
1617 " build" ,
1718 " javascript" ,
1819]
20+ =======
21+ requires-python = " >=3.10"
22+ keywords = []
23+ >>>>>>> after updating
1924
2025classifiers = [
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" ,
You can’t perform that action at this time.
0 commit comments