pyfatfs
pyfatfs copied to clipboard
pyproject.toml: relax version constraints
The version constraints defined with ~= in pyproject.toml are too strict, and don't allow using pyfatfs with newer versions.
We have successfully tested with:
- setuptools 80.9.0
- setuptools-scm 8.3.1
- python 3.13
- fs 2.4.16