From b8c85f0dfd85ecf63354caa4ab0c90458b963e43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Tue, 11 Oct 2022 09:17:50 +0200 Subject: [PATCH] build: Stop releasing universal wheels This reverts commit 3c525ab "Release as a universal wheel". Python 2 support was definitely dropped in early 2021 in commit a3fc64d, since then it's no longer useful to build universal wheels. According to the `wheel` documentation: > If your project contains no C extensions and is expected to work on > both Python 2 and 3, you will want to tell wheel to produce universal > wheels Partly fixes https://github.com/adrienverge/yamllint/issues/501 --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 4611dfa..aa15f5b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,3 @@ -[bdist_wheel] -universal = 1 - [flake8] import-order-style = pep8 application-import-names = yamllint