Commit 8f975c6
committed
fix(e2e): update flit_core to 3.10.1 for Python 3.14 compatibility
flit_core 3.9.0 uses ast.Str which was removed in Python 3.14,
causing test_override.sh to fail. Update to 3.10.1 which supports
all Python versions 3.11-3.14.
Co-Authored-By: Claude <claude@anthropic.com>
Signed-off-by: Ioannis Angelakopoulos <iangelak@redhat.com>1 parent e3935cf commit 8f975c6
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments