From 150da961d039a73e9a99153158d5298f3077cf73 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Sat, 18 Jul 2026 18:32:42 +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. --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 03d8d502..3cc43c3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,9 +102,6 @@ packages.find.where = [ "src", ] -[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