Skip to content

Re-add support for Python 3.8 by lowering setuptools version requirement #131

@noobie-bob

Description

@noobie-bob

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions