Commit 84c4602
docs: correct the install page — wrong failure mode, wrong cut release, wrong support range (#706)
* docs: correct the sub-3.12 install note — three claims were false
The install page promised behaviour that did not happen. Verified on real
3.9/3.10/3.11 venvs against PyPI before the fix: `pip install autolens` did not
fail, it backtracked to 2026.7.29.1 and installed a months-old, JAX-less stack
silently.
Three corrections:
- "will fail with a no matching distribution error" — it did not. It now stops
with an explanation, via the 2026.7.29.1.post1 tombstone release.
- "dropped support ... in release 2026.4.5.3" — wrong release. That floor was
reverted on 2026-04-30 and 2026.5.1.4 ... 2026.7.29.1 all shipped >=3.9
again. The real cut is 2026.7.29.2.
- "pre-2026.4.5.3 releases on PyPI have been yanked" — they were not. 396 of
421 autolens releases are live, including every release a sub-3.12 pip was
landing on. The section's whole premise was a yank that never happened.
Also states the one remaining gap plainly: --only-binary=:all: skips sdists, so
it steps past the tombstone to the old wheel.
Issue: PyAutoLabs/PyAutoHands#238
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
* docs: the supported range says 3.12 - 3.13 but 3.14 is supported
Python 3.14 was promoted on 2026-07-31: it is in the classifiers, and
PyAutoHands python_matrix.yml runs it as a REQUIRED unit + smoke leg alongside
3.12 and 3.13. The installation overview still advertised "3.12 - 3.13",
understating support and pointing 3.14 users away from a version that is
tested every night.
Reworded to "Python 3.12 or later", which matches `requires-python = ">=3.12"`
and does not need editing again at the next promotion.
Checked and deliberately not changed: PyAutoCTI's "Python 3.12 or 3.13" is
accurate — its classifiers stop at 3.13, so it genuinely was not promoted. The
workspace AGENTS.md files saying CI gates on "3.12 and 3.13" are accurate too:
PyAutoHeart's reusable smoke-tests workflow defaults to `["3.12", "3.13"]` and
none of them override it.
Issue: PyAutoLabs/PyAutoHands#238
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
---------
Co-authored-by: Jammy2211 <JNightingale2211@gmail.com>
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>1 parent 49a8c35 commit 84c4602
2 files changed
Lines changed: 22 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
122 | | - | |
123 | | - | |
124 | | - | |
| 123 | + | |
| 124 | + | |
125 | 125 | | |
126 | | - | |
127 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
128 | 138 | | |
129 | 139 | | |
130 | 140 | | |
131 | 141 | | |
132 | 142 | | |
133 | | - | |
134 | | - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
0 commit comments