From 26d6fc05f6c45b41d3a37bf6f4614cdbe1c20d1a Mon Sep 17 00:00:00 2001 From: Bertrand Bonnefoy-Claudet Date: Sat, 12 Mar 2022 09:38:44 +0100 Subject: [PATCH] Don't mark wheels as universal Python 2 is no longer supported and so our wheels should not be marked as universal. --- CHANGELOG.md | 4 ++++ setup.cfg | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d4d014e..e27d9add 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Add `encoding` (`Optional[str]`) parameter to `get_key`, `set_key` and `unset_key`. (#379 by [@bbc2]) +### Fixed + +- Don't build universal wheels (#? by [@bbc2]). + ## [0.19.2] - 2021-11-11 ### Fixed diff --git a/setup.cfg b/setup.cfg index d87b0a6b..348a5b51 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,10 +5,6 @@ tag = True [bumpversion:file:src/dotenv/version.py] - -[bdist_wheel] -universal = 1 - [flake8] max-line-length = 120 exclude = .tox,.git,docs,venv,.venv