From caa2f9a0963aad3846555ca67b5abb11582e2a45 Mon Sep 17 00:00:00 2001 From: Jaewook Lee Date: Wed, 15 Nov 2023 14:57:01 +0100 Subject: [PATCH 1/2] update ci --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index da49c51..e03b7ea 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: with: submodules: recursive - name: build wheels - uses: pypa/cibuildwheel@v2.13.1 + uses: pypa/cibuildwheel@v2.16.2 env: CIBW_ARCHS: ${{ matrix.arch }} CIBW_BUILD: ${{ matrix.cw_build }} @@ -45,7 +45,7 @@ jobs: with: submodules: recursive - name: build wheels - uses: pypa/cibuildwheel@v2.13.1 + uses: pypa/cibuildwheel@v2.16.2 env: CIBW_ARCHS: ${{ matrix.arch }} CIBW_BUILD: ${{ matrix.cw_build }} @@ -60,7 +60,7 @@ jobs: strategy: matrix: arch: [aarch64, ppc64le] - cw_build: ["cp36*many*", "cp37*many*", "cp38*many*", "cp39*many*", "cp310*many*", "cp311*many*", "pp37*many*", "pp38*many*", "pp39*many*"] + cw_build: ["cp36*many*", "cp37*many*", "cp38*many*", "cp39*many*", "cp310*many*", "cp311*many*", "cp312*many*", "pp37*many*", "pp38*many*", "pp39*many*"] exclude: - arch: ppc64le cw_build: "pp37*many*" @@ -81,7 +81,7 @@ jobs: platforms: arm64, ppc64le - name: build wheels - uses: pypa/cibuildwheel@v2.13.1 + uses: pypa/cibuildwheel@v2.16.2 env: CIBW_ARCHS: ${{ matrix.arch }} CIBW_BUILD: ${{ matrix.cw_build }} @@ -104,7 +104,7 @@ jobs: with: submodules: recursive - name: build wheels - uses: pypa/cibuildwheel@v2.13.1 + uses: pypa/cibuildwheel@v2.16.2 env: CIBW_ARCHS: ${{ matrix.arch }} From d520477a518219942fe6e658b2882928800d4f73 Mon Sep 17 00:00:00 2001 From: Jaewook Lee Date: Wed, 15 Nov 2023 16:37:17 +0100 Subject: [PATCH 2/2] bump version to 0.0.7 --- napf/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/napf/_version.py b/napf/_version.py index 37d324c..f2185d5 100644 --- a/napf/_version.py +++ b/napf/_version.py @@ -1 +1 @@ -version = "0.0.6" +version = "0.0.7"