From dfecfa4cd47307e746640ba11d41ed6764144dd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20H=C3=A4ring?= Date: Wed, 17 Jun 2026 11:47:52 +0200 Subject: [PATCH 1/2] Set cibuildwheel version to 4.1.0 --- .github/workflows/build-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index bd18971..1aefc73 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.21.3 + uses: pypa/cibuildwheel@v4.1.0 - uses: actions/upload-artifact@v4 with: From 845fc5a2349714e4b89fe7a8942eb45eda18bc47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20H=C3=A4ring?= Date: Thu, 18 Jun 2026 13:39:45 +0200 Subject: [PATCH 2/2] List Python 3.14 as supported in setup.cfg --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index b04257d..3c52088 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,6 +29,7 @@ classifiers = Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 Programming Language :: Python :: 3.13 + Programming Language :: Python :: 3.14 Topic :: System :: Hardware :: Universal Serial Bus (USB) Typing :: Typed project_urls =