The bundled wheel does not work with Python 3.8
The wheel bundled at https://hep-benchmarks.web.cern.ch/hep-benchmark-suite/releases/hep-benchmark-suite-wheels-v2.0.tar does not work with Python 3.8:
Running script: ./run_HS06_from_wheels.sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1480k 100 1480k 0 0 7474k 0 --:--:-- --:--:-- --:--:-- 7437k
suite_wheels/
suite_wheels/pbr-5.5.1-py2.py3-none-any.whl
suite_wheels/typing_extensions-3.7.4.3-py3-none-any.whl
suite_wheels/importlib_metadata-3.7.2-py3-none-any.whl
suite_wheels/stomp.py-6.1.0-py3-none-any.whl
suite_wheels/PyYAML-5.4.1-cp36-cp36m-manylinux1_x86_64.whl
suite_wheels/zipp-3.4.1-py3-none-any.whl
suite_wheels/hep_benchmark_suite-2.0-py3-none-any.whl
suite_wheels/hep_score-1.0.0-py3-none-any.whl
suite_wheels/setuptools-44.1.1-py2.py3-none-any.whl
suite_wheels/docopt-0.6.2-py2.py3-none-any.whl
ERROR: PyYAML-5.4.1-cp36-cp36m-manylinux1_x86_64.whl is not a supported wheel on this platform.
Replacing the file PyYAML-5.4.1-cp36-cp36m-manylinux1_x86_64.whl
with PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl
from https://files.pythonhosted.org/packages/70/96/c7245e551b1cb496bfb95840ace55ca60f20d3d8e33d70faf8c78a976899/PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl does solve the issue.
Would it be possible to have three archives, one for Python 3.6, one for Python 3.7, and one for Python 3.8 ?