Skip to content

Commit 84b409c

Browse files
authored
Remove deprecated universal wheel (#276)
AB#10062
1 parent 706b525 commit 84b409c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.cfg

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,10 @@ packages =
3838

3939
include_package_data = True
4040
platforms = any
41-
python_requires = >=3.8
41+
python_requires = >=3.9
4242
setup_requires = setuptools-git-versioning
4343

4444
[options.entry_points]
4545
console_scripts =
4646
archivist_runner = archivist.cmds.runner.main:main
4747
archivist_template = archivist.cmds.template.main:main
48-
49-
[bdist_wheel]
50-
universal = 1

0 commit comments

Comments
 (0)