diff --git a/.github/workflows/build_linux_2_17.yml b/.github/workflows/build_linux_2_17.yml index 678d477a04d211bbfb021c9933da2ce2429396be..3f59fa880fd68eea09b01600d9da905fd03487b3 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 bb7a280a56b2fb9f2c9fe610956c8a214b00902e..40be7a2831a19f0eb1ecdf46077ee65ed358ad37 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 8ed486ab78b528df29f8ff5bc47ce6fd258bd5ba..06c7347f0953335387196a60dc65b3101c6e1d04 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