From 9384715795934f2b0b3702e3e9c22b0c1460f5dd Mon Sep 17 00:00:00 2001 From: geisserml Date: Sun, 21 May 2023 15:55:49 +0200 Subject: [PATCH] packaging_base: update note --- setupsrc/pypdfium2_setup/packaging_base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setupsrc/pypdfium2_setup/packaging_base.py b/setupsrc/pypdfium2_setup/packaging_base.py index c408bc299..08c371a2a 100644 --- a/setupsrc/pypdfium2_setup/packaging_base.py +++ b/setupsrc/pypdfium2_setup/packaging_base.py @@ -169,8 +169,8 @@ def get_wheel_tag(pl_name): elif pl_name == PlatformNames.darwin_arm64: # macOS 11 is the first version available on arm64 return "macosx_11_0_arm64" - # As of Jan 2023, pdfium requires glibc >= 2.26 (see https://crrev.com/1084974 and https://groups.google.com/a/chromium.org/g/chromium-dev/c/SdCs9k3celo/m/bnnBzU1FCgAJ) - # TODO? lower requirements for older PDFium binaries + # As of May 2023, pdfium may potentially require glibc >= 2.26, but the actual requirement is still lower in practice + # (see https://crrev.com/1084974 and https://groups.google.com/a/chromium.org/g/chromium-dev/c/SdCs9k3celo/m/bnnBzU1FCgAJ) elif pl_name == PlatformNames.linux_x64: return "manylinux_2_26_x86_64" elif pl_name == PlatformNames.linux_x86: