mdb icon indicating copy to clipboard operation
mdb copied to clipboard

Python requirement differs between here and PyPI

Open mirenradia opened this issue 4 months ago • 0 comments

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.)

mirenradia avatar Aug 01 '25 12:08 mirenradia