diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 9a00b695..5eb8aaf0 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -22,7 +22,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: ["3.10", "3.11"] + python-version: ["3.11", "3.12"] steps: - name: Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8766933e..4a2ccb61 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: strategy: max-parallel: 4 matrix: - python-version: ['3.10', '3.11'] + python-version: ['3.11', '3.12'] steps: - name: Checkout source uses: actions/checkout@v3