From 477bdcc80acc36f24ea4e8cd6887fab8189c61e2 Mon Sep 17 00:00:00 2001 From: alexamici Date: Sun, 15 Nov 2020 10:30:59 +0100 Subject: [PATCH] Remove the apparent support for Python 2 `universal = 1` is used to claim single source support for Python versions 2 and 3, but the code is using python3-only syntax. --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index ed5ace15..162bcdd1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,3 @@ -[bdist_wheel] -universal = 1 - [aliases] test = pytest