Skip to content

Commit 56f78ce

Browse files
authored
Merge pull request #18 from robust-python/release/0.6.0
Release/0.6.0
2 parents 9df3119 + e912bfb commit 56f78ce

19 files changed

+35
-131
lines changed

.cookiecutter.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_commit": "c0dc52f406bfda76f69a2a9ed9694bf15d213d34",
2+
"_commit": "b34f76d47340e575885b5a23a58d974734369ed5",
33
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
44
"add_rust_extension": true,
55
"author": "Kyle Oliver",
@@ -8,8 +8,8 @@
88
"email": "[email protected]",
99
"friendly_name": "Robust Maturin Demo",
1010
"license": "MIT",
11-
"max_python_version": "3.13",
12-
"min_python_version": "3.9",
11+
"max_python_version": "3.14",
12+
"min_python_version": "3.10",
1313
"package_name": "robust_maturin_demo",
1414
"project_name": "robust-maturin-demo",
1515
"repository_host": "github.com",

.cruft.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
3-
"commit": "c0dc52f406bfda76f69a2a9ed9694bf15d213d34",
3+
"commit": "b34f76d47340e575885b5a23a58d974734369ed5",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
77
"project_name": "robust-maturin-demo",
88
"package_name": "robust_maturin_demo",
99
"friendly_name": "Robust Maturin Demo",
10-
"min_python_version": "3.9",
11-
"max_python_version": "3.13",
10+
"min_python_version": "3.10",
11+
"max_python_version": "3.14",
1212
"add_rust_extension": true,
1313
"author": "Kyle Oliver",
1414
"email": "[email protected]",
@@ -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": "b34f76d47340e575885b5a23a58d974734369ed5"
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/test-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
python-version-file: ".github/workflows/.python-version"
5252

5353
- name: Run Rust tests
54-
run: uvx nox -s test-rust
54+
run: uvx nox -s tests-rust

.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

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## v0.6.0 (2025-11-10)
2+
13
## v0.5.0 (2025-11-02)
24

35
## v0.4.0 (2025-11-01)

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

0 commit comments

Comments
 (0)