diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f37c013..f367ecc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -96,7 +96,7 @@ 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' }} @@ -104,7 +104,7 @@ jobs: 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' }} @@ -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