Commit 99bad6c
committed
feat: enable Python 3.14 as a required test target
Relax requires-python upper bound (>=3.11,<3.14 -> >=3.11), add the
3.14 trove classifier, and remove continue-on-error from the 3.14
matrix jobs in feature_test.yml so 3.14 failures are now blocking.
The snowfakery dependency was already bumped to >=5.0.0.dev1 in
7310d75; this commit completes the Python 3.14 enablement on top
of that.
3.14 was already present in the CI matrices on dev; only the
continue-on-error gate and requires-python ceiling were holding it
back.1 parent 7310d75 commit 99bad6c
2 files changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
| |||
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
70 | | - | |
71 | 69 | | |
72 | 70 | | |
73 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments