From e5e6a3654377d191f3e34a0ccc1b7b6f9f9a5e9c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 00:17:48 +0000 Subject: [PATCH] =?UTF-8?q?[autoupdate-manylinux]=20update=20manylinux:=20?= =?UTF-8?q?manylinux2014=5Fx86=5F64[2023-10-07-c1e05d1=E2=86=922023-10-15-?= =?UTF-8?q?e4d9465],=20manylinux2014=5Faarch64[2023-10-07-c1e05d1=E2=86=92?= =?UTF-8?q?2023-10-15-e4d9465],=20manylinux2014=5Fppc64le[2023-10-07-c1e05?= =?UTF-8?q?d1=E2=86=922023-10-15-e4d9465]?= 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 1ce80f3f..bff2dc6e 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.8.3 CCACHE_URL=https://github.com/ccache/ccache/releases/download/v4.8.3/ccache-4.8.3-windows-x86_64.zip CYTHON_VERSION=3.0.3 -MANYLINUX2014_X86_64_TAG=2023-10-07-c1e05d1 -MANYLINUX2014_AARCH64_TAG=2023-10-07-c1e05d1 -MANYLINUX2014_PPC64LE_TAG=2023-10-07-c1e05d1 +MANYLINUX2014_X86_64_TAG=2023-10-15-e4d9465 +MANYLINUX2014_AARCH64_TAG=2023-10-15-e4d9465 +MANYLINUX2014_PPC64LE_TAG=2023-10-15-e4d9465 # END DEPENDENCY-AUTOUPDATE SECTION