We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 706b525 commit 84b409cCopy full SHA for 84b409c
1 file changed
setup.cfg
@@ -38,13 +38,10 @@ packages =
38
39
include_package_data = True
40
platforms = any
41
-python_requires = >=3.8
+python_requires = >=3.9
42
setup_requires = setuptools-git-versioning
43
44
[options.entry_points]
45
console_scripts =
46
archivist_runner = archivist.cmds.runner.main:main
47
archivist_template = archivist.cmds.template.main:main
48
-
49
-[bdist_wheel]
50
-universal = 1
0 commit comments