From e9d58325d622182c28d3110b7e5b82230befaa09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=A5=E5=81=A5?= Date: Tue, 17 Mar 2026 14:16:23 +0800 Subject: [PATCH] release 1.3.8 --- .github/workflows/build_linux_2_17.yml | 5 ++--- .github/workflows/build_mac.yml | 4 ++-- cqlib/VERSION.txt | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_linux_2_17.yml b/.github/workflows/build_linux_2_17.yml index 678d477..3f59fa8 100644 --- a/.github/workflows/build_linux_2_17.yml +++ b/.github/workflows/build_linux_2_17.yml @@ -15,8 +15,6 @@ jobs: include: - os: ubuntu-latest # 测试通过 arch: x86_64 -# - os: ubuntu-latest # 测试通过 -# arch: i686 runs-on: ${{ matrix.os }} @@ -52,7 +50,7 @@ jobs: fail-fast: false matrix: include: - - os: ubuntu-latest # 测试通过 + - os: ubuntu-latest arch: aarch64 runs-on: ${{ matrix.os }} steps: @@ -73,6 +71,7 @@ jobs: CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10" CIBW_ARCHS_LINUX: ${{ matrix.arch }} CIBW_MANYLINUX_AARCH64_IMAGE: quay.io/pypa/manylinux2014_aarch64:latest + CIBW_TEST_SKIP: "cp31[1-9]-*" # only test 3.10 run: cibuildwheel --output-dir wheelhouse - name: Upload built wheels diff --git a/.github/workflows/build_mac.yml b/.github/workflows/build_mac.yml index bb7a280..40be7a2 100644 --- a/.github/workflows/build_mac.yml +++ b/.github/workflows/build_mac.yml @@ -13,9 +13,9 @@ jobs: fail-fast: false matrix: include: - - os: macos-latest # 测试通过 + - os: macos-latest arch: arm64 - - os: macos-13 # 测试通过 + - os: macos-15-intel arch: x86_64 runs-on: ${{ matrix.os }} diff --git a/cqlib/VERSION.txt b/cqlib/VERSION.txt index 8ed486a..06c7347 100644 --- a/cqlib/VERSION.txt +++ b/cqlib/VERSION.txt @@ -1 +1 @@ -1.3.7 \ No newline at end of file +1.3.8 \ No newline at end of file -- Gitee