@@ -21,14 +21,14 @@ jobs:
2121 - os : macos
2222 architecture : arm64
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 - uses : actions/setup-python@v5
2626 with :
2727 python-version : 3.x
2828 - name : Build wheels
29- uses : pypa/cibuildwheel@v2.21.3
29+ uses : pypa/cibuildwheel@v3.2.1
3030 env :
31- CIBW_SKIP : pp* cp36 -* cp37 -* cp38 -* cp39-* * -musllinux* cp313-macosx_x86_64
31+ CIBW_SKIP : pp* cp38 -* cp39 -* cp310 -* * -musllinux*
3232 CIBW_ARCHS : ${{ matrix.architecture }}
3333 - uses : actions/upload-artifact@v4
3434 with :
@@ -44,14 +44,14 @@ jobs:
4444 - os : windows
4545 architecture : AMD64
4646 steps :
47- - uses : actions/checkout@v4
47+ - uses : actions/checkout@v5
4848 - uses : actions/setup-python@v5
4949 with :
5050 python-version : 3.x
5151 - name : Build wheels
52- uses : pypa/cibuildwheel@v2.21.3
52+ uses : pypa/cibuildwheel@v3.2.1
5353 env :
54- CIBW_SKIP : pp* cp36 -* cp37 -* cp38-* cp39 -* *-musllinux*
54+ CIBW_SKIP : pp* cp38 -* cp39 -* cp310 -* *-musllinux*
5555 CIBW_ARCHS : ${{ matrix.architecture }}
5656 # increase pip debugging output
5757 # CIBW_BUILD_VERBOSITY: 2
6969 startsWith(github.ref, 'refs/tags/')
7070 runs-on : ubuntu-latest
7171 steps :
72- - uses : actions/checkout@v4
72+ - uses : actions/checkout@v5
7373 - uses : docker/setup-qemu-action@v2
7474 with :
7575 platforms : arm64
7979 python-version : 3.x
8080
8181 - name : Build wheels
82- uses : pypa/cibuildwheel@v2.21.3
82+ uses : pypa/cibuildwheel@v3.2.1
8383 env :
84- CIBW_SKIP : pp* cp36 -* cp37 -* cp38-* cp39 -* *-musllinux*
84+ CIBW_SKIP : pp* cp38 -* cp39 -* cp310 -* *-musllinux*
8585 CIBW_ARCHS : aarch64
8686 - uses : actions/upload-artifact@v4
8787 with :
9191 sdist :
9292 runs-on : ubuntu-latest
9393 steps :
94- - uses : actions/checkout@v4
94+ - uses : actions/checkout@v5
9595 - run : echo ${{ github.ref }}
96- - run : python -m pip install build twine
96+ - run : python -m pip install build twine packaging -U
9797 - run : python -m build --sdist
9898 - run : twine check --strict dist/*
9999 - uses : actions/upload-artifact@v4
0 commit comments