lifeomic / phc-sdk-py

The phc-sdk-py is a developer kit for interfacing with the PHC API on Python 3.8 and above.
https://lifeomic.github.io/phc-sdk-py/index.html
MIT License
1 stars 2 forks source link

Supports python 3.8+ #192

Closed shawnzhu closed 1 year ago

shawnzhu commented 1 year ago

I plan to drop the support of python 3.7 to adopt pandas 2.0.0+.

in jupyter/datascience-notebook:lab-3.6.3 notebook image, it ships python 3.10 and pandas 2.0.1, In order to let customer use phc package, it needs to be able to support pandas 2.0.1.

It will also benefits maintenance of this repo to avoid using backport features just for supporting python 3.7

shawnzhu commented 1 year ago

Fixed by #191