This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new bf3620bc2 ci: bump pipelines to test 3.13 instead of 3.12 or 3.11 
(#2999)
bf3620bc2 is described below

commit bf3620bc200e4375b9265aeab0dbdd72e986eaf6
Author: David Li <li.david...@gmail.com>
AuthorDate: Thu Jun 19 14:31:33 2025 +0900

    ci: bump pipelines to test 3.13 instead of 3.12 or 3.11 (#2999)
    
    Fixes #2991.
---
 .github/workflows/native-unix.yml    | 4 ++--
 .github/workflows/native-windows.yml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/native-unix.yml 
b/.github/workflows/native-unix.yml
index 71f4f5dc6..958fa08cb 100644
--- a/.github/workflows/native-unix.yml
+++ b/.github/workflows/native-unix.yml
@@ -539,7 +539,7 @@ jobs:
     strategy:
       matrix:
         os: ["macos-13", "macos-latest", "ubuntu-latest"]
-        python: ["3.9", "3.12"]
+        python: ["3.9", "3.13"]
     env:
       # Required for macOS
       # 
https://conda-forge.org/docs/maintainer/knowledge_base.html#newer-c-features-with-old-sdk
@@ -656,7 +656,7 @@ jobs:
     strategy:
       matrix:
         os: ["ubuntu-latest"]
-        python: ["3.12"]
+        python: ["3.13"]
     steps:
       - uses: actions/checkout@v4
         with:
diff --git a/.github/workflows/native-windows.yml 
b/.github/workflows/native-windows.yml
index 45f73cb07..b29e7d5e2 100644
--- a/.github/workflows/native-windows.yml
+++ b/.github/workflows/native-windows.yml
@@ -249,7 +249,7 @@ jobs:
     strategy:
       matrix:
         os: ["windows-latest"]
-        python: ["3.9", "3.11"]
+        python: ["3.9", "3.13"]
     steps:
       - uses: actions/checkout@v4
         with:

Reply via email to