diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 5d67228..e1ee913 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -18,8 +18,8 @@ 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" + CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_14" + CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux_2_14" 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 | ✅ |