Skip to content

Commit 735d741

Browse files
committed
Drop python 3.8 build
1 parent 5dda53b commit 735d741

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
target: ${{ matrix.platform.target }}
4848
before-script-linux: "(python3 -m pip --version || python3 -m ensurepip)"
49-
args: --release --out dist --interpreter 3.8 3.9 3.10 3.11 3.12 3.13
49+
args: --release --out dist --interpreter 3.9 3.10 3.11 3.12 3.13
5050
sccache: "true"
5151
manylinux: 2_28
5252
- name: Upload wheels
@@ -102,7 +102,7 @@ jobs:
102102
uses: PyO3/maturin-action@v1
103103
with:
104104
target: ${{ matrix.platform.target }}
105-
args: --release --out dist --interpreter 3.8 3.9 3.10 3.11 3.12 3.13
105+
args: --release --out dist --interpreter 3.9 3.10 3.11 3.12 3.13
106106
sccache: "true"
107107
manylinux: musllinux_1_2
108108
- name: Upload wheels
@@ -160,7 +160,7 @@ jobs:
160160
uses: PyO3/maturin-action@v1
161161
with:
162162
target: ${{ matrix.platform.target }}
163-
args: --release --out dist --interpreter 3.8 3.9 3.10 3.11 3.12 3.13
163+
args: --release --out dist --interpreter 3.9 3.10 3.11 3.12 3.13
164164
sccache: "true"
165165
- name: Upload wheels
166166
uses: actions/upload-artifact@v4
@@ -196,7 +196,7 @@ jobs:
196196
uses: PyO3/maturin-action@v1
197197
with:
198198
target: ${{ matrix.platform.target }}
199-
args: --release --out dist --interpreter 3.8 3.9 3.10 3.11 3.12 3.13
199+
args: --release --out dist --interpreter 3.9 3.10 3.11 3.12 3.13
200200
sccache: "true"
201201
- name: Upload wheels
202202
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)