From 93e59ef4c84a57af585241e41b7dc641c094c220 Mon Sep 17 00:00:00 2001 From: Hyunsu Cho Date: Mon, 24 Aug 2026 17:57:57 -0700 Subject: [PATCH] Update dev/prepare_pypi_release.py --- dev/prepare_pypi_release.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/prepare_pypi_release.py b/dev/prepare_pypi_release.py index 175d8aa6..895e7084 100644 --- a/dev/prepare_pypi_release.py +++ b/dev/prepare_pypi_release.py @@ -80,9 +80,9 @@ def download_py_packages(version_str: str, commit_hash: str) -> None: """Download Python package files""" platforms = [ "win_amd64", - "manylinux2014_x86_64", - "manylinux2014_aarch64", - "macosx_10_15_x86_64.macosx_11_0_x86_64.macosx_12_0_x86_64", + "manylinux_2_28_x86_64", + "manylinux_2_28_aarch64", + "macosx_10_15_x86_64", "macosx_12_0_arm64", ]