Commit bb124d0
infra: add python 3.14 support (#3299)
<!--
Thanks for opening a pull request!
-->
<!-- In the case this PR will resolve an issue, please replace
${GITHUB_ISSUE_ID} below with the actual Github issue id. -->
<!-- Closes #3123 -->
# Rationale for this change
Adds prebuilt support for python 3.14
Free-threaded is still not supported for now
Closes #3123 for standard python
## Are these changes tested?
test using:
`PYTHON=3.14 make test`
`PYTHON=3.14 make test-integration `
Python Build Release Candidate workflow was run:
https://github.com/afeldman1/iceberg-python/actions/runs/25267237725
## Are there any user-facing changes?
Just support of python 3.14
---------
Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com>1 parent 714c24f commit bb124d0
6 files changed
Lines changed: 84 additions & 70 deletions
File tree
- .github/workflows
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
78 | | - | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
72 | | - | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3029 | 3029 | | |
3030 | 3030 | | |
3031 | 3031 | | |
| 3032 | + | |
| 3033 | + | |
| 3034 | + | |
| 3035 | + | |
| 3036 | + | |
| 3037 | + | |
| 3038 | + | |
| 3039 | + | |
| 3040 | + | |
3032 | 3041 | | |
3033 | 3042 | | |
3034 | 3043 | | |
3035 | 3044 | | |
3036 | 3045 | | |
3037 | 3046 | | |
3038 | 3047 | | |
3039 | | - | |
3040 | 3048 | | |
3041 | 3049 | | |
3042 | 3050 | | |
| |||
0 commit comments