Skip to content

Commit

Permalink
packaging_base: update note
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed May 21, 2023
1 parent f927f7c commit 9384715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setupsrc/pypdfium2_setup/packaging_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9384715

Please sign in to comment.