diff --git a/.github/workflows/ci-metricflow-unit-tests.yaml b/.github/workflows/ci-metricflow-unit-tests.yaml index 9106eaf83a..d135da5927 100644 --- a/.github/workflows/ci-metricflow-unit-tests.yaml +++ b/.github/workflows/ci-metricflow-unit-tests.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.11"] + python-version: ["3.8", "3.12"] steps: - name: Check-out the repo uses: actions/checkout@v3 @@ -46,10 +46,10 @@ jobs: - name: Check-out the repo uses: actions/checkout@v3 - - name: Test w/ Python 3.11 + - name: Test w/ Python 3.12 uses: ./.github/actions/run-mf-tests with: - python-version: "3.11" + python-version: "3.12" make-target: "test-postgresql" metricflow-unit-tests: