From 6ee16444a6692aa1ebd757ff6a0dc5f878ea9441 Mon Sep 17 00:00:00 2001 From: Paul Hewlett Date: Wed, 20 Nov 2024 14:05:59 +0000 Subject: [PATCH] Remove deprecated universal wheel 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