Commit a51a97f
feat(python-version): support Python 3.9-3.14, first-class 3.12/3.13 (#102)
* 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>
* ci: narrow per-PR matrix to 3.12/3.13; install [optional] uniformly
Per-PR CI now tests only the first-class Python versions (3.12, 3.13).
Wide-span 3.9-3.14 verification moves to PyAutoBuild's python_matrix.yml
workflow (weekly + on-demand).
Install commands now always use the [optional] extra so JAX is
available on both 3.12 and 3.13 (the conftest.py eager `import jax`
was failing on 3.13 because the previous CI only added [optional] for
3.12).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Jammy2211 <JNightingale2211@gmail.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 93ad7ca commit a51a97f
2 files changed
Lines changed: 69 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
43 | 84 | | |
44 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
45 | 89 | | |
46 | 90 | | |
47 | 91 | | |
| |||
| 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 | | |
26 | 30 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
49 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
50 | 59 | | |
51 | 60 | | |
52 | 61 | | |
| |||
0 commit comments