From 04847dabc19322ffb65447cc64e9bea53186077e Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Sun, 26 Jan 2025 01:53:04 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20Retry=20glibc=202.17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 2 -- README.md | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 5d67228..118597f 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -18,8 +18,6 @@ env: CIBW_BUILD_FRONTEND: "build" CIBW_BUILD: "cp312-*" CIBW_SKIP: "pp* *musllinux*" - CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_28" - CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux_2_28" jobs: sdist: diff --git a/README.md b/README.md index e1bad91..5638218 100644 --- a/README.md +++ b/README.md @@ -124,8 +124,8 @@ A subset of the platforms supported by Hugo itself are supported by these wheels | ------------ | --------------- | -------------------------------------- | | macOS | x86_64 (Intel) | ✅ macOS 10.13 (High Sierra) and later | | macOS | arm64 (Silicon) | ✅ macOS 11.0 (Big Sur) and later | -| Linux | amd64 | ✅ glibc 2.24 and later | -| Linux | arm64 | ✅ glibc 2.24 and later | +| Linux | amd64 | ✅ glibc 2.17 and later | +| Linux | arm64 | ✅ glibc 2.17 and later | | Linux | s390x | ✅ glibc 2.17 and later | | Linux | ppc64le | ✅ glibc 2.17 and later | | Windows | x86_64 | ✅ |