Commit 2d7f9c1
committed
docs(release): justify the interpreter check from the repo, not an OS
The comment rested on `python3` being 3.9 on macOS, which is where the failure
showed up rather than why the code was wrong -- and a reader on another
platform would take it as not applying to them.
The repo-intrinsic version: this package declares requires-python >=3.10 and
tomllib is stdlib only from 3.11, so the release script could not run on the
oldest Python the package itself claims to support, on any OS. Also records why
it stayed hidden -- CI installs 3.12 through uv, so only a human cutting a
release ever ran into it.
Comment only; no behaviour change.1 parent e559532 commit 2d7f9c1
1 file changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
0 commit comments