21406: Declare python_requires~=3.8 in all packages
authorBrett Smith <brett.smith@curii.com>
Wed, 7 Feb 2024 16:09:00 +0000 (11:09 -0500)
committerBrett Smith <brett.smith@curii.com>
Wed, 7 Feb 2024 21:44:07 +0000 (16:44 -0500)
commit16c7c2547c1c4ae9a00d346fee7c44b0e7ca1c7e
tree475e568f5b2621875eee4161e9e412759c17cb07
parent7367a300a1dd6ebece6f12e0ca0cf31e11d87f7e
21406: Declare python_requires~=3.8 in all packages

This is what we officially support as of Arvados 3.0, and saying so
helps prevent trouble if users try to install our packages on a too-old
Python.

Remove other requirements that are redundant after this change.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
sdk/cwl/setup.py
sdk/python/setup.py
services/dockercleaner/setup.py
services/fuse/setup.py
tools/crunchstat-summary/setup.py
tools/user-activity/setup.py