Skip to content

Commit

Permalink
docs: List supported Python versions (#1591)
Browse files Browse the repository at this point in the history
* docs: Correct spacing

* docs: List supported Python versions
  • Loading branch information
Jesse Claven authored Mar 4, 2024
1 parent 6a9990a commit 62e1d4e
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 62e1d4e

Please sign in to comment.