This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Commit 6065e14
authored
feat: adds support for Python runtime 3.14 (#2322)
* feat: adds support for Python runtime 3.14
* adds step to install gdal
* adds files required by pyarrow
* adds repo required by pyarrow
* corrects url to repo required by pyarrow
* testing a theory with a conditional
* testing a theory with a conditional version of ubuntu
* testing a new approach to installing arrow
* testing a new approach to dearmoring the key
* back to the basics
* trying a conditional again.
* adds explanatory comment resets ubuntu version to latest
* Apply suggestion from @chalmerlowe
* Apply suggestion from @chalmerlowe
* Apply suggestion from @chalmerlowe
* Apply suggestion from @chalmerlowe1 parent b11e09c commit 6065e14Copy full SHA for 6065e14
7 files changed
+19-6Lines changed: 19 additions & 6 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- .github
- workflows
- testing
Expand file treeCollapse file tree
Open diff view settings
Collapse file
.github/sync-repo-settings.yaml
Copy file name to clipboardExpand all lines: .github/sync-repo-settings.yaml+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
| 22 | + |
22 | 23 | |
23 | 24 | |
24 | 25 | |
|
Collapse file
.github/workflows/unittest.yml
Copy file name to clipboardExpand all lines: .github/workflows/unittest.yml+8-3Lines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
8 | | - |
9 | 8 | |
10 | 9 | |
11 | 10 | |
12 | | - |
| 11 | + |
13 | 12 | |
14 | 13 | |
15 | 14 | |
| ||
22 | 21 | |
23 | 22 | |
24 | 23 | |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
25 | 30 | |
26 | 31 | |
27 | 32 | |
| ||
38 | 43 | |
39 | 44 | |
40 | 45 | |
41 | | - |
| 46 | + |
42 | 47 | |
43 | 48 | |
44 | 49 | |
|
Collapse file
+3-1Lines changed: 3 additions & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
22 | 22 | |
23 | 23 | |
24 | 24 | |
25 | | - |
| 25 | + |
26 | 26 | |
27 | 27 | |
28 | 28 | |
| ||
226 | 226 | |
227 | 227 | |
228 | 228 | |
| 229 | + |
229 | 230 | |
230 | 231 | |
231 | 232 | |
232 | 233 | |
233 | 234 | |
234 | 235 | |
| 236 | + |
235 | 237 | |
236 | 238 | |
237 | 239 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
39 | 39 | |
40 | 40 | |
41 | 41 | |
42 | | - |
| 42 | + |
43 | 43 | |
44 | 44 | |
45 | 45 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
56 | 56 | |
57 | 57 | |
58 | 58 | |
59 | | - |
| 59 | + |
60 | 60 | |
61 | 61 | |
62 | 62 | |
|
Collapse file
+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
38 | 38 | |
39 | 39 | |
40 | 40 | |
| 41 | + |
41 | 42 | |
42 | 43 | |
43 | 44 | |
| ||
69 | 70 | |
70 | 71 | |
71 | 72 | |
| 73 | + |
72 | 74 | |
73 | 75 | |
74 | 76 | |
75 | 77 | |
76 | 78 | |
77 | 79 | |
78 | 80 | |
| 81 | + |
79 | 82 | |
80 | 83 | |
81 | 84 | |
|
Collapse file
testing/constraints-3.14.txt
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
0 commit comments