From e15ee1d9867eda596eac3147bd47fbd081623b3f Mon Sep 17 00:00:00 2001 From: anakinxc <103552181+anakinxc@users.noreply.github.com> Date: Fri, 29 Dec 2023 17:33:38 +0800 Subject: [PATCH] Remove py3.8 support for linux aarch64 (#453) --- .circleci/release-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/release-config.yml b/.circleci/release-config.yml index 6e7c2ee4..427674d1 100644 --- a/.circleci/release-config.yml +++ b/.circleci/release-config.yml @@ -153,7 +153,7 @@ workflows: - linux_aarch64_publish: matrix: parameters: - python_ver: ["3.8", "3.9", "3.10", "3.11"] + python_ver: ["3.9", "3.10", "3.11"] # This is mandatory to trigger a pipeline when pushing a tag filters: tags: