mljar / mljar-supervised

Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and Automatic Documentation
https://mljar.com
MIT License
3k stars 401 forks source link

Why isn't Python3.8 not supported? #220

Closed kurianbenoy closed 3 years ago

kurianbenoy commented 3 years ago
pplonski commented 3 years ago

@kurianbenoy that's a good question! I've added 3.8 and 3.9.

Travis CI doesn't support 3.9 yet, so I need to set 3.9-dev for now.

pplonski commented 3 years ago

After running Travis it looks like not all packages are ready for 3.9 (for now I not adding it). I've added support for 3.8.

Changes will be in the 0.7.4 release.