From 0cce57d0f0c37d5b85e3315cb0b395cf82775c8b Mon Sep 17 00:00:00 2001 From: Carlos Pereira Atencio Date: Thu, 23 Nov 2023 22:59:28 +0000 Subject: [PATCH] Add support for Python 3.12 by updating pypa/cibuildwheel. Initial Python 3.12 support added to v2.13.0: https://github.com/pypa/cibuildwheel/releases/tag/v2.13.0 But final 3.12.0 support added to v2.16.2: https://github.com/pypa/cibuildwheel/releases/tag/v2.16.2 --- .github/workflows/build-wheels.yml | 2 +- setup.cfg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 =