File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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,6 +9,7 @@ description = "Hatch plugin for CMake/C++ builds"
99readme = " README.md"
1010license = { text = " Apache-2.0" }
1111version = " 0.1.0"
12+ <<<<<<< before updating
1213requires-python = " >=3.9"
1314keywords = [
1415 " hatch" ,
@@ -18,14 +19,17 @@ keywords = [
1819 " c++" ,
1920 " cmake" ,
2021]
22+ =======
23+ requires-python = " >=3.10"
24+ keywords = []
25+ >>>>>>> after updating
2126
2227classifiers = [
2328 " Development Status :: 3 - Alpha" ,
2429 " Programming Language :: Python" ,
2530 " Programming Language :: Python :: Implementation :: CPython" ,
2631 " Programming Language :: Python :: Implementation :: PyPy" ,
2732 " Programming Language :: Python :: 3" ,
28- " Programming Language :: Python :: 3.9" ,
2933 " Programming Language :: Python :: 3.10" ,
3034 " Programming Language :: Python :: 3.11" ,
3135 " Programming Language :: Python :: 3.12" ,
You can’t perform that action at this time.
0 commit comments