diff --git a/python/pyproject.toml b/python/pyproject.toml index 9d1c34e2d..b5c356526 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "hopsworks" dynamic = ["version"] -requires-python = ">=3.8,<3.12" +requires-python = ">=3.8,<3.13" readme = "README.md" description = "Hopsworks Python SDK to interact with Hopsworks Platform, Feature Store, Model Registry and Model Serving" keywords = ["Hopsworks", "Feature Store", "Spark", "Machine Learning", "MLOps", "DataOps"]