diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8803671..3386587 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,11 +31,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: | - 3.9 - 3.10 - 3.11 - 3.12 + python-version: '>=3.9' - name: Build wheels uses: PyO3/maturin-action@v1 with: @@ -66,11 +62,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: | - 3.9 - 3.10 - 3.11 - 3.12 + python-version: '>=3.9' - name: Build wheels uses: PyO3/maturin-action@v1 with: @@ -97,11 +89,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: | - 3.9 - 3.10 - 3.11 - 3.12 + python-version: '>=3.9' architecture: ${{ matrix.platform.target }} - name: Build wheels uses: PyO3/maturin-action@v1 @@ -128,11 +116,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: | - 3.9 - 3.10 - 3.11 - 3.12 + python-version: '>=3.9' - name: Build wheels uses: PyO3/maturin-action@v1 with: