diff --git a/.github/workflows/pinot_dbapi_test.yml b/.github/workflows/pinot_dbapi_test.yml index 7940f37..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.7", "3.8", "3.9", "3.10", "3.11"] + 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.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] name: Pinot DB API Unit Test Set steps: - uses: actions/checkout@v2