From eb903e4800ce2c090e19869794f35f0827df8671 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 00:18:25 +0000 Subject: [PATCH] =?UTF-8?q?[autoupdate-manylinux]=20update=20manylinux:=20?= =?UTF-8?q?manylinux2014=5Fx86=5F64[2024-01-23-12ffabc=E2=86=922024-02-04-?= =?UTF-8?q?ea37246],=20manylinux2014=5Faarch64[2024-01-23-12ffabc=E2=86=92?= =?UTF-8?q?2024-02-04-ea37246],=20manylinux2014=5Fppc64le[2024-01-23-12ffa?= =?UTF-8?q?bc=E2=86=922024-02-04-ea37246]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- actions/dependencies.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/actions/dependencies.sh b/actions/dependencies.sh index e019d61f..a3e5f0de 100755 --- a/actions/dependencies.sh +++ b/actions/dependencies.sh @@ -21,9 +21,9 @@ PYURLS_MACOSUNIVERSAL="https://www.python.org/ftp/python/3.8.10/python-3.8.10-ma CCACHE_VERSION=4.9 CCACHE_URL=https://github.com/ccache/ccache/releases/download/v4.9/ccache-4.9-windows-x86_64.zip CYTHON_VERSION=3.0.8 -MANYLINUX2014_X86_64_TAG=2024-01-23-12ffabc -MANYLINUX2014_AARCH64_TAG=2024-01-23-12ffabc -MANYLINUX2014_PPC64LE_TAG=2024-01-23-12ffabc +MANYLINUX2014_X86_64_TAG=2024-02-04-ea37246 +MANYLINUX2014_AARCH64_TAG=2024-02-04-ea37246 +MANYLINUX2014_PPC64LE_TAG=2024-02-04-ea37246 # END DEPENDENCY-AUTOUPDATE SECTION