chanzuckerberg / cellxgene-ontology-guide

Notebook guide: https://github.com/chanzuckerberg/cellxgene-ontology-guide/blob/main/api/python/notebooks/Python%20API.ipynb
https://chanzuckerberg.github.io/cellxgene-ontology-guide/
MIT License
4 stars 1 forks source link

feat(API): decide on what python version to support #77

Closed Bento007 closed 6 months ago

Bento007 commented 7 months ago

Need

This library will be use by several different project, using different version of python. The old version used is 3.8 which is used by the cellxgene-schema-cli and the portal processing code. We either need to upgrade all of the version or write code that is compatible with 3.8.

Approach

refactor the API code to be 3.8 compatible or develop a plan to upgrade the down stream consumer to a later version of python

Definition of Done

Bento007 commented 6 months ago

python 3.10