This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new db181b2809 [CI] Try Python 3.11 for Python build (#2539)
db181b2809 is described below
commit db181b2809181a711fc38bdcedaf2e1ae13580c3
Author: John Bampton <[email protected]>
AuthorDate: Wed Dec 17 17:47:12 2025 +1000
[CI] Try Python 3.11 for Python build (#2539)
---
.github/workflows/pyflink.yml | 3 +--
.github/workflows/python-extension.yml | 2 +-
.github/workflows/python.yml | 12 ++++++++++++
3 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/pyflink.yml b/.github/workflows/pyflink.yml
index 722db212cb..b72ffa4b5a 100644
--- a/.github/workflows/pyflink.yml
+++ b/.github/workflows/pyflink.yml
@@ -48,8 +48,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
- include:
- - python: '3.10'
+ python: ['3.11', '3.10']
steps:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
diff --git a/.github/workflows/python-extension.yml
b/.github/workflows/python-extension.yml
index 139cfd5d0e..b7a1e5a2cf 100644
--- a/.github/workflows/python-extension.yml
+++ b/.github/workflows/python-extension.yml
@@ -51,7 +51,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest', 'windows-latest', 'macos-15']
- python: ['3.10', '3.9', '3.8']
+ python: ['3.11', '3.10', '3.9', '3.8']
runs-on: ${{ matrix.os }}
defaults:
run:
diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index 8def47d06a..5c611c97e5 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -60,10 +60,18 @@ jobs:
strategy:
matrix:
include:
+ - spark: '4.0.0'
+ scala: '2.13.8'
+ java: '17'
+ python: '3.11'
- spark: '4.0.0'
scala: '2.13.8'
java: '17'
python: '3.10'
+ - spark: '3.5.0'
+ scala: '2.12.8'
+ java: '11'
+ python: '3.11'
- spark: '3.5.0'
scala: '2.12.8'
java: '11'
@@ -81,6 +89,10 @@ jobs:
scala: '2.12.8'
java: '11'
python: '3.8'
+ - spark: '3.4.0'
+ scala: '2.12.8'
+ java: '11'
+ python: '3.11'
- spark: '3.4.0'
scala: '2.12.8'
java: '11'