Skip to content

Commit 4f3d7ef

Browse files
ngoldbaumsethmlarson
authored andcommitted
Drop Python 3.8 builds
1 parent 97898e8 commit 4f3d7ef

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
matrix:
2424
os: [ubuntu-latest, macos-latest, windows-latest]
2525
python-version: [
26-
["3.8", "py38"],
2726
["3.9", "py39"],
2827
["3.10", "py310"],
2928
["3.11", "py311"],
@@ -96,7 +95,7 @@ jobs:
9695
- name: Build wheels
9796
run: python -m cibuildwheel --output-dir wheelhouse
9897
env:
99-
CIBW_BUILD: "cp38-* pp*-* cp314t-*"
98+
CIBW_BUILD: "cp39-* pp*-* cp314t-*"
10099
CIBW_SKIP: "*musllinux*"
101100
CIBW_ENABLE: pypy
102101
CIBW_ARCHS_LINUX: auto aarch64

0 commit comments

Comments
 (0)