From 498baf99c31c48ea001d3b4cb1550c11b21738f7 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Sat, 18 Jul 2026 18:23:05 +0100 Subject: [PATCH] Remove obsolete bdist_wheel.universal setting. Universal wheels claim Python 2 support; these projects require Python 3 only, and the setting triggers setuptools deprecation warnings. Co-authored-by: Cursor --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7de4546b..62406665 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,9 +111,6 @@ package-data.vws = [ ] zip-safe = false -[tool.distutils] -bdist_wheel.universal = true - [tool.setuptools_scm] # This keeps the start of the version the same as the last release. # This is useful for our documentation to include e.g. binary links