eto-ai / rikai

Parquet-based ML data format optimized for working with unstructured data
https://rikai.readthedocs.io/en/latest/
Apache License 2.0
136 stars 19 forks source link

Add Python 3.10 support #608

Open eddyxu opened 2 years ago

eddyxu commented 2 years ago
da-liii commented 2 years ago

I suggest that we should postpone the support of Python 3.10. For two reason:

  1. Rikai depends on PySpark heavily, we should add CI for Python 3.10 after PySpark's support of 3.10
  2. CI Matrix of Python 3.10 will increase the cache usage of github action, since we have reach the 10 G limit, we'd better only support two Python version or just ignore the cache eviction.