Commit 9e2c843
committed
ci: test on Python 3.14; correct the version classifiers
requires-python is ">=3.12", so 3.14 is already promised — but the matrix
only proved 3.12 and 3.13. Every local check during Phase 20.2 (3145 tests,
ruff, pyright) ran on 3.14.4, so the code is known good there; CI just did
not attest to it.
Classifiers were stale too: they listed only 3.12 while CI had been testing
3.13 since the workflow was written.
Separable from the error-handling work in this PR — revert this commit alone
if 3.14 turns up a dependency wheel problem on ubuntu runners.1 parent e7c0c83 commit 9e2c843
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
0 commit comments