Skip to content

Commit d58b554

Browse files
committed
chore: update demo to the latest cookiecutter-robust-python
1 parent 199886f commit d58b554

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

.cookiecutter.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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",
@@ -12,6 +14,13 @@
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",

.cruft.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
3-
"commit": "b34f76d47340e575885b5a23a58d974734369ed5",
3+
"commit": "8c0bc77efd5d89f697c0f0222917b865e3aa9fce",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -20,7 +20,16 @@
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

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ keywords = [
1313
"robust-python-demo",
1414
]
1515
classifiers = [
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
]
1921
dependencies = [
2022
"loguru>=0.7.3",

0 commit comments

Comments
 (0)