Skip to content

Commit 4dc0655

Browse files
authored
Remove CPython 3.7 build step from workflow
Removed CPython 3.7 build configuration from workflow.
1 parent d5336b7 commit 4dc0655

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

.github/workflows/build-wheels-exotic.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -38,30 +38,6 @@ jobs:
3838
with:
3939
name: "exotic-wheels-pypy-${{ matrix.os }}-${{ matrix.pypy }}"
4040
path: wheels/
41-
42-
build-cp37:
43-
name: "CPython 3.7 • ${{ matrix.os }}"
44-
runs-on: ${{ matrix.os }}
45-
continue-on-error: true
46-
strategy:
47-
fail-fast: false
48-
matrix:
49-
os: [ubuntu-latest] # Linux only — 3.7 runners gone from macOS/Windows
50-
steps:
51-
- uses: actions/checkout@v4
52-
with:
53-
ref: ${{ github.event.inputs.tag || github.ref }}
54-
- name: Build cp37 wheel via manylinux container
55-
uses: PyO3/maturin-action@v1
56-
with:
57-
working-directory: crates/uv-ffi
58-
manylinux: "2_17"
59-
args: --release --out ${{ github.workspace }}/wheels/ --interpreter python3.7
60-
- name: Upload Wheels
61-
uses: actions/upload-artifact@v4
62-
with:
63-
name: "exotic-wheels-cp37-${{ matrix.os }}"
64-
path: wheels/
6541

6642
build-graalpy:
6743
name: "GraalPy • ${{ matrix.os }}"

0 commit comments

Comments
 (0)