diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index 08b96ac..14c6731 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -12,8 +12,8 @@ jobs: strategy: fail-fast: false matrix: - platform: [ubuntu-latest, macos-12, windows-2019] - python-version: ["3.9", "3.11"] + platform: [ubuntu-latest] + python-version: ["3.10", "3.13"] runs-on: ${{ matrix.platform }} @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v4 - name: Get conda - uses: conda-incubator/setup-miniconda@v3.1.0 + uses: conda-incubator/setup-miniconda@v3.1.1 with: python-version: ${{ matrix.python-version }} channels: conda-forge diff --git a/.github/workflows/enscripten.yaml b/.github/workflows/enscripten.yaml index 55b3f82..d0be658 100644 --- a/.github/workflows/enscripten.yaml +++ b/.github/workflows/enscripten.yaml @@ -24,7 +24,7 @@ jobs: with: python-version: "3.12" - - uses: pypa/cibuildwheel@v2.22 + - uses: pypa/cibuildwheel@v2.23 env: CIBW_PLATFORM: pyodide diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index cf776f4..9e3cf80 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -51,9 +51,9 @@ jobs: with: submodules: true - - uses: astral-sh/setup-uv@v4 + - uses: astral-sh/setup-uv@v5 - - uses: pypa/cibuildwheel@v2.22 + - uses: pypa/cibuildwheel@v2.23 env: CIBW_ENABLE: cpython-prerelease CIBW_ARCHS_WINDOWS: auto ARM64 @@ -90,7 +90,7 @@ jobs: path: dist - name: Generate artifact attestation for sdist and wheels - uses: actions/attest-build-provenance@v1 + uses: actions/attest-build-provenance@v2 with: subject-path: "dist/*"