kgori / treeCl

Clustering phylogenetic trees with python
MIT License
25 stars 12 forks source link

Pandas dropped support for python 3.4 #22

Closed kgori closed 3 years ago

kgori commented 3 years ago

Pandas no longer works with python 3.4, as of Pandas 0.21 link to issue. Suggest dropping support for older versions of python, and just support python >= 3.6. (Python 2.7 still seems ok).

kgori commented 3 years ago

Dropped support for python versions <3.6. See issue #24.