jeetsukumaran / DendroPy

A Python library for phylogenetic scripting, simulation, data processing and manipulation.
https://pypi.org/project/DendroPy/.
BSD 3-Clause "New" or "Revised" License
205 stars 63 forks source link

Chore: fix `distutils` deprecation warning #166

Closed mmore500 closed 3 months ago

mmore500 commented 1 year ago
/home/mmore500/2023-04-05/DendroPy/tests/support/dendropytest.py:29: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
    from distutils.util import strtobool
mmore500 commented 3 months ago

Will be fixed in 5.0 release.