-
Notifications
You must be signed in to change notification settings - Fork 5
support for new(er) setuptools #122
Copy link
Copy link
Open
Labels
Description
Description
There is the version constraint on setuptools suggesting there should be an old (from February 2023) setuptools version used to build domdf_python_tools.
I just tried to build domdf_python_tools 3.8.1 using setuptools 69.5.1 and it seems to work properly.
Steps to Reproduce
Try to build domdf_python_tools 3.8.1 using setuptools 69.5.1.
Actual result:
ERROR Missing dependencies:
setuptools!=61.*,<=67.1.0,>=40.6.0
Expected result:
Building of domdf_python_tools 3.8.1 succeeds using setuptools 69.5.1.
Reproduces how often:
Always
Version
- Operating System: OpenIndiana
- Python: 3.9.19
- domdf_python_tools: 3.8.1
Installation source
Other Additional Information:
Reactions are currently unavailable