diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 8ffa4c2..77420a0 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -35,24 +35,25 @@ jobs: - windows-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: 'recursive' - name: Set up QEMU if: runner.os == 'Linux' - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 with: platforms: arm64 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 name: Install Python with: python-version: '3.9' - name: Build wheels - uses: pypa/cibuildwheel@v2.11.3 + uses: pypa/cibuildwheel@v2.21.3 - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: + name: wheelhouse-${{ matrix.os }} path: ./wheelhouse/*.whl diff --git a/setup.cfg b/setup.cfg index 6dfac98..b04257d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,6 +27,8 @@ classifiers = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 + Programming Language :: Python :: 3.13 Topic :: System :: Hardware :: Universal Serial Bus (USB) Typing :: Typed project_urls =