Skip to content

Commit 01f198d

Browse files
committed
chore: update demo to the latest cookiecutter-robust-python
1 parent 264bd7c commit 01f198d

File tree

13 files changed

+17
-16
lines changed

13 files changed

+17
-16
lines changed

.cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_commit": "c0dc52f406bfda76f69a2a9ed9694bf15d213d34",
2+
"_commit": "3e887129fed646a0b3b3fc562fa66e4f48229928",
33
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
44
"add_rust_extension": false,
55
"author": "Kyle Oliver",

.cruft.json

Lines changed: 2 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": "c0dc52f406bfda76f69a2a9ed9694bf15d213d34",
3+
"commit": "3e887129fed646a0b3b3fc562fa66e4f48229928",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -20,7 +20,7 @@
2020
"license": "MIT",
2121
"development_status": "Development Status :: 1 - Planning",
2222
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
23-
"_commit": "c0dc52f406bfda76f69a2a9ed9694bf15d213d34"
23+
"_commit": "3e887129fed646a0b3b3fc562fa66e4f48229928"
2424
}
2525
},
2626
"directory": null

.github/workflows/.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.13
1+
3.14

.github/workflows/test-python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333
strategy:
3434
matrix:
3535
include:
36-
- { python: "3.9", os: "ubuntu-latest" }
3736
- { python: "3.10", os: "ubuntu-latest" }
3837
- { python: "3.11", os: "ubuntu-latest" }
3938
- { python: "3.12", os: "ubuntu-latest" }
4039
- { python: "3.13", os: "ubuntu-latest" }
41-
- { python: "3.13", os: "macos-latest" }
42-
- { python: "3.13", os: "windows-latest" }
40+
- { python: "3.14", os: "ubuntu-latest" }
41+
- { python: "3.14", os: "macos-latest" }
42+
- { python: "3.14", os: "windows-latest" }
4343
steps:
4444
- name: Checkout code
4545
uses: actions/checkout@v4

.github/workflows/typecheck-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ${{ matrix.os }}
3535
strategy:
3636
matrix:
37-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
37+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
3838
os: [ubuntu-latest]
3939

4040
steps:

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
build:
44
os: ubuntu-22.04
55
tools:
6-
python: "3.13"
6+
python: "3.14"
77

88
python:
99
install:

.ruff.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ exclude = [
3333
line-length = 120
3434
indent-width = 4
3535

36-
# Assume Python 3.9
37-
target-version = "py39"
36+
# Assume Python 3.10
37+
target-version = "py310"
3838

3939
[lint]
4040
# https://docs.astral.sh/ruff/rules

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ representative at an online or offline event.
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262
reported to the community leaders responsible for enforcement at
63-
[56kyleoliver@gmail.com](mailto:56kyleoliver@gmail.com).
63+
[cookiecutter.robust.python@gmail.com](mailto:cookiecutter.robust.python@gmail.com).
6464
All complaints will be reviewed and investigated promptly and fairly.
6565

6666
All community leaders are obligated to respect the privacy and security of the

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,4 +210,4 @@ _This project was generated from the [cookiecutter-robust-python][cookiecutter-r
210210
[bandit-documentation]: https://bandit.readthedocs.io/
211211
[conventional-commits]: https://www.conventionalcommits.org/
212212
[pytest-documentation]: https://docs.pytest.org/
213-
[cookiecutter-robust-python]: https://github.com/56kyle/cookiecutter-robust-python
213+
[cookiecutter-robust-python]: https://github.com/robust-python/cookiecutter-robust-python

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@ Distributed under the terms of the **MIT** license. See [LICENSE](LICENSE) for d
9191
9292
<!-- Reference Links -->
9393
94-
[cookiecutter-robust-python]: https://github.com/56kyle/cookiecutter-robust-python
94+
[cookiecutter-robust-python]: https://github.com/robust-python/cookiecutter-robust-python
9595
[documentation]: https://robust-python-demo.readthedocs.io/

0 commit comments

Comments
 (0)