This is an automated email from the ASF dual-hosted git repository.
amoeba pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-cookbook.git
The following commit(s) were added to refs/heads/main by this push:
new 8211bf2 MINOR: Bump CI Python from 3.9 to 3.10
8211bf2 is described below
commit 8211bf204dfb90c66645b74a10eaf959a2d3f45a
Author: Bryce Mecum <[email protected]>
AuthorDate: Wed Apr 22 19:00:18 2026 -0700
MINOR: Bump CI Python from 3.9 to 3.10
---
.github/workflows/deploy_development_cookbooks.yml | 2 +-
.github/workflows/deploy_stable_cookbooks.yml | 2 +-
.github/workflows/test_arrow_nightly_cookbook.yml | 4 ++--
.github/workflows/test_java_cookbook.yml | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/deploy_development_cookbooks.yml
b/.github/workflows/deploy_development_cookbooks.yml
index 5b3b565..8a8c50a 100644
--- a/.github/workflows/deploy_development_cookbooks.yml
+++ b/.github/workflows/deploy_development_cookbooks.yml
@@ -58,7 +58,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
- python-version: 3.9
+ python-version: 3.10
activate-environment: cookbook-cpp-dev
environment-file: cpp/dev.yml
auto-activate-base: false
diff --git a/.github/workflows/deploy_stable_cookbooks.yml
b/.github/workflows/deploy_stable_cookbooks.yml
index 774d9ed..efcd382 100644
--- a/.github/workflows/deploy_stable_cookbooks.yml
+++ b/.github/workflows/deploy_stable_cookbooks.yml
@@ -58,7 +58,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
- python-version: 3.9
+ python-version: 3.10
activate-environment: cookbook-cpp
environment-file: cpp/environment.yml
auto-activate-base: false
diff --git a/.github/workflows/test_arrow_nightly_cookbook.yml
b/.github/workflows/test_arrow_nightly_cookbook.yml
index b6b0b98..8fda642 100644
--- a/.github/workflows/test_arrow_nightly_cookbook.yml
+++ b/.github/workflows/test_arrow_nightly_cookbook.yml
@@ -95,7 +95,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
- python-version: [ '3.9' ]
+ python-version: [ '3.10' ]
java-version: [ '11', '17', '18' ]
arrow_nightly: ['1']
env:
@@ -119,7 +119,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: [ '3.9' ]
+ python-version: [ '3.10' ]
java-version: [ '11', '17', '18' ]
arrow_nightly: ['1']
env:
diff --git a/.github/workflows/test_java_cookbook.yml
b/.github/workflows/test_java_cookbook.yml
index 88383db..d80833b 100644
--- a/.github/workflows/test_java_cookbook.yml
+++ b/.github/workflows/test_java_cookbook.yml
@@ -38,7 +38,7 @@ jobs:
ARROW_NIGHTLY: ${{ github.base_ref == 'main' && 1 || 0 }}
strategy:
matrix:
- python-version: [ '3.9' ]
+ python-version: [ '3.10' ]
java-version: [ '11', '17', '18' ]
steps:
- uses: actions/checkout@v5
@@ -67,7 +67,7 @@ jobs:
ARROW_NIGHTLY: ${{ github.base_ref == 'main' && 1 || 0 }}
strategy:
matrix:
- python-version: [ '3.9' ]
+ python-version: [ '3.10' ]
java-version: [ '11', '17', '18' ]
steps:
- uses: actions/checkout@v5