From e16c9e3bdeb6b6fd1d0e952544c88d7be41f9f55 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 00:18:17 +0000 Subject: [PATCH] =?UTF-8?q?[autoupdate-manylinux]=20update=20manylinux:=20?= =?UTF-8?q?manylinux2014=5Fx86=5F64[2023-10-30-2d1b8c5=E2=86=922023-11-07-?= =?UTF-8?q?de0c444]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- actions/dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/dependencies.sh b/actions/dependencies.sh index eda7f909..3a96324a 100755 --- a/actions/dependencies.sh +++ b/actions/dependencies.sh @@ -21,7 +21,7 @@ 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.5 -MANYLINUX2014_X86_64_TAG=2023-10-30-2d1b8c5 +MANYLINUX2014_X86_64_TAG=2023-11-07-de0c444 MANYLINUX2014_AARCH64_TAG=2023-10-30-2d1b8c5 MANYLINUX2014_PPC64LE_TAG=2023-10-30-2d1b8c5 # END DEPENDENCY-AUTOUPDATE SECTION