From 59ac11ee591b1df239c712581b4bc2c254af220b Mon Sep 17 00:00:00 2001 From: Jim Pivarski Date: Thu, 7 Nov 2024 17:10:35 -0600 Subject: [PATCH] chore: remove '38' from list of Python wheels to build --- .github/workflows/build-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index b4de99315b..b9caf0eb90 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -130,7 +130,7 @@ jobs: SOURCE_DATE_EPOCH: ${{ needs.determine-source-date-epoch.outputs.source-date-epoch }} strategy: matrix: - python: [38, 39, 310, 311, 312, 313] + python: [39, 310, 311, 312, 313] arch: [aarch64] steps: