From c203304ab303f19879fb03dad52c96f2a4280c1b Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Fri, 4 Oct 2024 16:34:38 -0500 Subject: [PATCH] Drop building for python2; avoid deprecation warning --- setup.cfg | 4 ---- 1 file changed, 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 6293faa..c4a1168 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,3 @@ -[bdist_wheel] -# Work with both python 2 and 3. -universal=1 - [tool:pytest] # Tell coverage to turn on and append results so that when we # test we don't lose coverage due to warnings of previously having -- 2.34.1