matsengrp / gctree

GCtree: phylogenetic inference of genotype-collapsed trees
https://matsengrp.github.io/gctree
GNU General Public License v3.0
16 stars 2 forks source link

Support for Python 3.10 #82

Closed willdumm closed 1 year ago

willdumm commented 2 years ago

Because of https://github.com/etetoolkit/ete/issues/616, gctree is incompatible with Python 3.10. After #81, this is enforced by setup.py.

When the ete issue is fixed, this requirement can (probably) be relaxed.