Commit 823fd43
committed
[SPARK-55180][PYTHON][INFRA] Remove scheduled job python 3.13 with no gil
### What changes were proposed in this pull request?
Remove scheduled job python 3.13 with no gil
### Why are the changes needed?
No GIL is still expermentail and not compataible with many pyspark features, we added python 3.14 with no GIL, it is not necessary to keep both
### Does this PR introduce _any_ user-facing change?
No, infra-only
### How was this patch tested?
ci
### Was this patch authored or co-authored using generative AI tooling?
no
Closes #53960 from zhengruifeng/del_313_no_gil.
Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Ruifeng Zheng <[email protected]>1 parent 2bd4cf3 commit 823fd43
File tree
3 files changed
+0
-96
lines changed- .github/workflows
- dev/spark-test-image/python-313-nogil
3 files changed
+0
-96
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| |||
246 | 245 | | |
247 | 246 | | |
248 | 247 | | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | 248 | | |
263 | 249 | | |
264 | 250 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| |||
This file was deleted.
0 commit comments