diff --git a/.github/workflows/aggregate.yml b/.github/workflows/aggregate.yml index df64869f..94601a41 100644 --- a/.github/workflows/aggregate.yml +++ b/.github/workflows/aggregate.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10"] + python-version: ["3.12"] steps: - name: Checkout uses: actions/checkout@v3