Skip to content

Commit

Permalink
Temp
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBB committed Nov 28, 2024
1 parent 0054c33 commit b839603
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
py: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
py: ["3.9", "3.10", "3.11", "3.12", "3.13"]
runs-on: ${{ matrix.os }}
steps:

Expand Down Expand Up @@ -96,15 +96,15 @@ jobs:
manylinux: auto
rust-toolchain: nightly
command: build
args: --release --sdist -o dist -m goldpy/Cargo.toml --interpreter 3.8 3.9 3.10 3.11 3.12 3.13
args: --release --sdist -o dist -m goldpy/Cargo.toml --interpreter 3.9 3.10 3.11 3.12 3.13

- uses: messense/maturin-action@v1
if: ${{ matrix.os == 'windows-latest' }}
with:
manylinux: auto
rust-toolchain: nightly
command: build
args: --release -o dist -m goldpy/Cargo.toml --interpreter 3.8 3.9 3.10 3.11 3.12 3.13
args: --release -o dist -m goldpy/Cargo.toml --interpreter 3.9 3.10 3.11 3.12 3.13

# - uses: actions/setup-python@v4
# if: ${{ matrix.os == 'macos-latest' }}
Expand All @@ -127,7 +127,7 @@ jobs:
manylinux: auto
rust-toolchain: nightly
command: build
args: --release -o dist --universal2 -m goldpy/Cargo.toml --interpreter 3.8 3.9 3.10 3.11 3.12 3.13
args: --release -o dist --universal2 -m goldpy/Cargo.toml --interpreter 3.9 3.10 3.11 3.12 3.13

- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b839603

Please sign in to comment.