From 57aaf001ea753bd3769149976e9596cfd60f7a27 Mon Sep 17 00:00:00 2001 From: Robin Andersson Date: Thu, 9 Oct 2025 09:32:43 +0200 Subject: [PATCH] [HWORKS-2379] Drop python 3.8 client support --- docs/user_guides/client_installation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guides/client_installation/index.md b/docs/user_guides/client_installation/index.md index c832d434f..c288a157f 100644 --- a/docs/user_guides/client_installation/index.md +++ b/docs/user_guides/client_installation/index.md @@ -22,7 +22,7 @@ The Hopsworks Python client library is required to connect to Hopsworks from you ```bash pip install hopsworks[python] ``` -Supported versions of Python: 3.8, 3.9, 3.10, 3.11, 3.12 ([PyPI ↗](https://pypi.org/project/hopsworks/)) +Supported versions of Python: 3.9, 3.10, 3.11, 3.12 ([PyPI ↗](https://pypi.org/project/hopsworks/)) ### Profiles