diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f131fbd..4de5c3c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11"] + python-version: ["3.11", "3.12"] steps: - uses: actions/checkout@v3 @@ -29,7 +29,7 @@ jobs: - name: Update pip/wheel infrastructure shell: bash -l {0} run: | - conda install -y -q "pip<22" wheel + conda install -y -q pip wheel - name: Install dependencies shell: bash -l {0}