Commit 28e2897
feat(python-version): support Python 3.9-3.14, first-class 3.12/3.13
Wide-support / narrow-first-class model for Python versions across the
PyAuto family. Python 3.12 and 3.13 remain the recommended versions.
3.9, 3.10, 3.11, 3.14 install cleanly but emit a loud bypassable
warning at import time. JAX moved to optional [jax] extra gated on
python_version >= '3.11' (so 3.9/3.10 users get numpy-only mode
without install failures).
Coordinated change across PyAutoConf, PyAutoArray, PyAutoFit,
PyAutoGalaxy, PyAutoLens, PyAutoBuild, and the 6 workspace repos. See
sibling PRs on the feature/python-version-policy branch in each repo.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent cb9c88c commit 28e2897
2 files changed
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | | - | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
45 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
46 | 52 | | |
47 | 53 | | |
48 | 54 | | |
| |||
0 commit comments