From 62e1d4e5d7a0b11685d5c09d975d72cd42f4207e Mon Sep 17 00:00:00 2001 From: Jesse Claven Date: Mon, 4 Mar 2024 15:39:46 +0000 Subject: [PATCH] docs: List supported Python versions (#1591) * docs: Correct spacing * docs: List supported Python versions --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a46078245..d37232864 100644 --- a/README.md +++ b/README.md @@ -75,13 +75,32 @@ Out of the box, MLServer provides support for: | XGBoost | ✅ | [MLServer XGBoost](./runtimes/xgboost) | | Spark MLlib | ✅ | [MLServer MLlib](./runtimes/mllib) | | LightGBM | ✅ | [MLServer LightGBM](./runtimes/lightgbm) | -| CatBoost | ✅ | [MLServer CatBoost](./runtimes/catboost) | +| CatBoost | ✅ | [MLServer CatBoost](./runtimes/catboost) | | Tempo | ✅ | [`github.com/SeldonIO/tempo`](https://github.com/SeldonIO/tempo) | | MLflow | ✅ | [MLServer MLflow](./runtimes/mlflow) | | Alibi-Detect | ✅ | [MLServer Alibi Detect](./runtimes/alibi-detect) | | Alibi-Explain | ✅ | [MLServer Alibi Explain](./runtimes/alibi-explain) | | HuggingFace | ✅ | [MLServer HuggingFace](./runtimes/huggingface) | +## Supported Python Versions + +🔴 Unsupported + +🟠 Deprecated: To be removed in a future version + +🟢 Supported + +🔵 Untested + +| Python Version | Status | +| -------------- | ------ | +| 3.7 | 🔴 | +| 3.8 | 🔴 | +| 3.9 | 🟢 | +| 3.10 | 🟢 | +| 3.11 | 🔵 | +| 3.12 | 🔵 | + ## Examples To see MLServer in action, check out [our full list of