From 84b409c1bdf6c16528755897f53125247506a784 Mon Sep 17 00:00:00 2001 From: Paul Hewlett <1104895+eccles@users.noreply.github.com> Date: Wed, 20 Nov 2024 14:12:57 +0000 Subject: [PATCH] Remove deprecated universal wheel (#276) AB#10062 --- setup.cfg | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 829d2a6b..6a099a8e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,13 +38,10 @@ packages = include_package_data = True platforms = any -python_requires = >=3.8 +python_requires = >=3.9 setup_requires = setuptools-git-versioning [options.entry_points] console_scripts = archivist_runner = archivist.cmds.runner.main:main archivist_template = archivist.cmds.template.main:main - -[bdist_wheel] -universal = 1