diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1f515c2..5ab71b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: - uses: conda-incubator/setup-miniconda@v2 with: auto-update-conda: true - python-version: "3.11" + python-version: "3.12" - name: Build Constructor shell: bash -l {0} run: | @@ -31,7 +31,7 @@ jobs: - uses: conda-incubator/setup-miniconda@v2 with: auto-update-conda: true - python-version: "3.11" + python-version: "3.12" - name: Build Constructor shell: bash -l {0} run: | @@ -48,7 +48,7 @@ jobs: - uses: conda-incubator/setup-miniconda@v2 with: auto-update-conda: true - python-version: "3.11" + python-version: "3.12" - name: Build Constructor shell: bash -l {0} run: |