tanghaibao / goatools

Python library to handle Gene Ontology (GO) terms
BSD 2-Clause "Simplified" License
773 stars 211 forks source link

Test with Python 3.9 #189

Closed tanghaibao closed 3 years ago

AlejandraGC commented 3 years ago

Hello dear team, which python version would be the most stable to work with goatools? Any other suggestion for the package use? Thanks for the work!

tanghaibao commented 3 years ago

@AlejandraGC

We have tested from Python 3.7 to 3.9, they should all work fine.

serenalotreck commented 2 years ago

When I attempted to install with conda, I got the error:

UnsatisfiableError: The following specifications were found
to be incompatible with the existing python installation in your environment:

Specifications:

  - goatools -> python[version='2.7.*|3.5.*|3.6.*']

Your python: python=3.7

Has the conda version of the package been updated since this fix?