diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 8ffa4c2..0613685 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -51,7 +51,7 @@ jobs: python-version: '3.9' - name: Build wheels - uses: pypa/cibuildwheel@v2.11.3 + uses: pypa/cibuildwheel@v2.16.2 - uses: actions/upload-artifact@v3 with: diff --git a/setup.cfg b/setup.cfg index 6dfac98..db168e4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,6 +27,7 @@ classifiers = Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 Topic :: System :: Hardware :: Universal Serial Bus (USB) Typing :: Typed project_urls =