biocore / empress

A fast and scalable phylogenetic tree viewer for microbiome data analysis
BSD 3-Clause "New" or "Revised" License
48 stars 31 forks source link

Fix GitHub Actions builds #564

Open fedarko opened 3 months ago

fedarko commented 3 months ago

See #563.

I think the general approach will be updating the versions of the Python packages used (and making sure that this doesn't break empress). Per https://devguide.python.org/versions/, Python 3.7 and below are not even supported any more, so if getting those versions running is a pain we can probably just remove support for them (and the associated old Q2 versions that fix old Python versions; the most recently released? Q2 environment is already on Python 3.9).