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 }} 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"