mdb
mdb copied to clipboard
Python requirement differs between here and PyPI
Currently, the pyproject.toml and the README specify Python >= 3.10 is required. However, the requirement on the PyPI package is just Python >= 3.8.
Is it possible to modify the PyPI requirement to make it the same as the others?
(I just tried to install mdb on an HPC system with Python 3.9 which was the system version. It installed fine but then fails to run with a TypeError like #78.)