thebjorn / pydeps

Python Module Dependency graphs
https://pydeps.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
1.8k stars 114 forks source link

Drop python<3.6 and simplify dependencies #229

Closed timhoffm closed 1 month ago

timhoffm commented 1 month ago

I've defensively updated the min. required Python version to 3.6, which is the minimal version stated in the conda-forge recipe. Note that the latest officially supported Python version is currently 3.9, so one could go higher if desired.

This update allows removing special handling of dependencies for older python versions.

thebjorn commented 1 month ago

I guess it's time ;-)

thebjorn commented 1 month ago

v2.0.0 is now available on PyPI.