File tree Expand file tree Collapse file tree 3 files changed +24
-4
lines changed
Expand file tree Collapse file tree 3 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "_commit" : " b34f76d47340e575885b5a23a58d974734369ed5" ,
2+ "_commit" : " 8c0bc77efd5d89f697c0f0222917b865e3aa9fce" ,
3+ "_max_python_version_minor_int" : 14 ,
4+ "_min_python_version_minor_int" : 10 ,
35 "_template" : " C:\\ Users\\ 56kyl\\ source\\ repos\\ cookiecutter-robust-python" ,
46 "add_rust_extension" : false ,
57 "author" : " Kyle Oliver" ,
1214 "min_python_version" : " 3.10" ,
1315 "package_name" : " robust_python_demo" ,
1416 "project_name" : " robust-python-demo" ,
17+ "python_versions" : [
18+ " 3.10" ,
19+ " 3.11" ,
20+ " 3.12" ,
21+ " 3.13" ,
22+ " 3.14"
23+ ],
1524 "repository_host" : " github.com" ,
1625 "repository_path" : " 56kyle/robust-python-demo" ,
1726 "repository_provider" : " github" ,
Original file line number Diff line number Diff line change 11{
22 "template" : " C:\\ Users\\ 56kyl\\ source\\ repos\\ cookiecutter-robust-python" ,
3- "commit" : " b34f76d47340e575885b5a23a58d974734369ed5 " ,
3+ "commit" : " 8c0bc77efd5d89f697c0f0222917b865e3aa9fce " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
2020 "license" : " MIT" ,
2121 "development_status" : " Development Status :: 1 - Planning" ,
2222 "_template" : " C:\\ Users\\ 56kyl\\ source\\ repos\\ cookiecutter-robust-python" ,
23- "_commit" : " b34f76d47340e575885b5a23a58d974734369ed5"
23+ "_commit" : " 8c0bc77efd5d89f697c0f0222917b865e3aa9fce" ,
24+ "_min_python_version_minor_int" : 10 ,
25+ "_max_python_version_minor_int" : 14 ,
26+ "python_versions" : [
27+ " 3.10" ,
28+ " 3.11" ,
29+ " 3.12" ,
30+ " 3.13" ,
31+ " 3.14"
32+ ]
2433 }
2534 },
2635 "directory" : null
Original file line number Diff line number Diff line change @@ -13,8 +13,10 @@ keywords = [
1313 " robust-python-demo" ,
1414]
1515classifiers = [
16- " Programming Language :: Python :: 3.10" ,
16+ " Operating System :: OS Independent" ,
17+ " Programming Language :: Python :: 3" ,
1718 " Programming Language :: Python :: 3 :: Only" ,
19+ " Development Status :: 1 - Planning"
1820]
1921dependencies = [
2022 " loguru>=0.7.3" ,
You can’t perform that action at this time.
0 commit comments