diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index a75ab943..949882cc 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -52,13 +52,13 @@ jobs: version: "0.5.x" - name: Install Python versions - run: uv python install 3.9 3.10 3.11 3.12 3.13 pypy3.10 + run: uv python install 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.10 - name: Build wheels uses: PyO3/maturin-action@v1 with: target: ${{ matrix.platform.target }} - args: --release --out dist -i 3.9 -i 3.10 -i 3.11 -i 3.12 -i 3.13 -i pypy3.10 --manifest-path obstore/Cargo.toml + args: --release --out dist -i 3.9 -i 3.10 -i 3.11 -i 3.12 -i 3.13 -i 3.14 -i pypy3.10 --manifest-path obstore/Cargo.toml sccache: "true" manylinux: ${{ matrix.platform.manylinux }} - name: Upload wheels @@ -90,13 +90,13 @@ jobs: version: "0.5.x" - name: Install Python versions - run: uv python install 3.9 3.10 3.11 3.12 3.13 pypy3.10 + run: uv python install 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.10 - name: Build wheels uses: PyO3/maturin-action@v1 with: target: ${{ matrix.platform.target }} - args: --release --out dist -i 3.9 -i 3.10 -i 3.11 -i 3.12 -i 3.13 -i pypy3.10 --manifest-path obstore/Cargo.toml + args: --release --out dist -i 3.9 -i 3.10 -i 3.11 -i 3.12 -i 3.13 -i 3.14 -i pypy3.10 --manifest-path obstore/Cargo.toml sccache: "true" manylinux: musllinux_1_2 - name: Upload wheels @@ -153,13 +153,13 @@ jobs: version: "0.5.x" - name: Install Python versions - run: uv python install 3.9 3.10 3.11 3.12 3.13 pypy3.10 + run: uv python install 3.9 3.10 3.11 3.12 3.13 3.14 pypy3.10 - name: Build wheels uses: PyO3/maturin-action@v1 with: target: ${{ matrix.platform.target }} - args: --release --out dist -i 3.9 -i 3.10 -i 3.11 -i 3.12 -i 3.13 -i pypy3.10 --manifest-path obstore/Cargo.toml + args: --release --out dist -i 3.9 -i 3.10 -i 3.11 -i 3.12 -i 3.13 -i 3.14 -i pypy3.10 --manifest-path obstore/Cargo.toml sccache: "true" - name: Upload wheels uses: actions/upload-artifact@v4 @@ -204,7 +204,7 @@ jobs: path: dist - uses: actions/setup-python@v5 with: - python-version: 3.9 + python-version: 3.13 - uses: pypa/gh-action-pypi-publish@release/v1 with: