From 53ea4310e3fc80eecba9c6c97e710ce4bb7ff4b4 Mon Sep 17 00:00:00 2001 From: Xiang Fu Date: Tue, 3 Jun 2025 07:31:26 -0700 Subject: [PATCH 1/3] Update pinot_dbapi_test.yml --- .github/workflows/pinot_dbapi_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pinot_dbapi_test.yml b/.github/workflows/pinot_dbapi_test.yml index 7940f37..63e423c 100644 --- a/.github/workflows/pinot_dbapi_test.yml +++ b/.github/workflows/pinot_dbapi_test.yml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11"] name: Pinot DB API Integration Test Set steps: - uses: actions/checkout@v2 @@ -75,7 +75,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11"] name: Pinot DB API Unit Test Set steps: - uses: actions/checkout@v2 From 0b596f9097d4d9ae05628a0436d147be7cf9f1b2 Mon Sep 17 00:00:00 2001 From: Xiang Fu Date: Tue, 3 Jun 2025 07:39:00 -0700 Subject: [PATCH 2/3] Update pinot_dbapi_test.yml --- .github/workflows/pinot_dbapi_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pinot_dbapi_test.yml b/.github/workflows/pinot_dbapi_test.yml index 63e423c..fad21f0 100644 --- a/.github/workflows/pinot_dbapi_test.yml +++ b/.github/workflows/pinot_dbapi_test.yml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] name: Pinot DB API Integration Test Set steps: - uses: actions/checkout@v2 @@ -75,7 +75,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] name: Pinot DB API Unit Test Set steps: - uses: actions/checkout@v2 From daf097a042aa4bbca886ddb155b972b4cde9207d Mon Sep 17 00:00:00 2001 From: Xiang Fu Date: Tue, 3 Jun 2025 07:53:43 -0700 Subject: [PATCH 3/3] Update pinot_dbapi_test.yml --- .github/workflows/pinot_dbapi_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pinot_dbapi_test.yml b/.github/workflows/pinot_dbapi_test.yml index fad21f0..cdf6f29 100644 --- a/.github/workflows/pinot_dbapi_test.yml +++ b/.github/workflows/pinot_dbapi_test.yml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] name: Pinot DB API Integration Test Set steps: - uses: actions/checkout@v2 @@ -75,7 +75,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] name: Pinot DB API Unit Test Set steps: - uses: actions/checkout@v2