Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/building-and-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ CI currently tests only the 3.12 floor — the 3.14 matrix entry in
`.github/workflows/test.yml` is commented out to save CI minutes.

Raising the floor to 3.14 (Ubuntu 26.04 LTS) is under consideration; see the
[Python Version Policy](https://github.com/iglootools/common-guidelines/blob/main/guidelines/project-setup/python-tooling.md#python-version-policy)
[Python Version Policy](https://github.com/iglootools/common-guidelines/blob/main/guidelines/coding/python.md#python-version-policy)
for the full rationale and the list of knobs that must move together.

### Parallel test execution
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
The 3.12 floor tracks Ubuntu 24.04 LTS, whose system `python3` is 3.12 — so nbkp
installs on the current LTS without a PPA or a source build. Ubuntu 26.04 LTS ships
3.14, which is also supported. See the
[Python Version Policy](https://github.com/iglootools/common-guidelines/blob/main/guidelines/project-setup/python-tooling.md#python-version-policy)
[Python Version Policy](https://github.com/iglootools/common-guidelines/blob/main/guidelines/coding/python.md#python-version-policy)
for how both versions are maintained.

## Install with uv
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "nbkp"
description = "Nomad Backup: An rsync-based backup tool for nomadic setups where sources and destinations aren't always available — laptops on the move, removable drives, home servers behind changing networks. Sentinel files ensure backups only run when volumes are genuinely present, with optional btrfs or hard-link snapshots for point-in-time recovery."
readme = "README.md"
# Floor is Ubuntu 24.04 LTS's python3; upper bound keeps installs off an untested
# Python. See common-guidelines/guidelines/project-setup/python-tooling.md "Python Version Policy".
# Python. See common-guidelines/guidelines/coding/python.md "Python Version Policy".
requires-python = ">=3.12,<3.15"
license = "Apache-2.0"
license-files = ["LICENSE"]
Expand Down