Following setuptools dependency was added as part of commit 57787a7
https://github.com/libfuse/pyfuse3/blob/ced800ebe4c6a32224a4e4d656c4dd28d4fac4e5/pyproject.toml#L2C14-L2C32
requires = ["setuptools >= 78.1.1"]
But python3.8 only supports setuptools up to v75.3.2
bob in /test via 🐍 v3.8.17 (.venv38)
❯ pip index versions setuptools
WARNING: pip index is currently an experimental command. It may be removed/changed in a future release without prior warning.
setuptools (75.3.2)
Available versions: 75.3.2, 75.3.1, 75.3.0, 75.2.0, 75.1.0, 75.0.0, 74.1.3, 74.1.2, 74.1.1, 74.1.0, 74.0.0, 73.0.1, 73.0.0, 72.2.0, 72.1.0, 71.1.0, 71.0.4, 71.0.3, 71.0.2, 71.0.0, 70.3.0, 70.2.0, 70.1.1, 70.1.0 ..............0.7.4, 0.7.3, 0.7.2
INSTALLED: 75.3.2
LATEST: 75.3.2
Is it please possible to yank v3.4.1+ higher version for python3.8 and less
Following setuptools dependency was added as part of commit 57787a7
https://github.com/libfuse/pyfuse3/blob/ced800ebe4c6a32224a4e4d656c4dd28d4fac4e5/pyproject.toml#L2C14-L2C32
But python3.8 only supports setuptools up to v75.3.2
Is it please possible to yank v3.4.1+ higher version for python3.8 and less