Skip to content

Commit e8d8ac1

Browse files
committed
Add upper bound to the python version
1 parent 04b3935 commit e8d8ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "hopsworks"
33
dynamic = ["version"]
4-
requires-python = ">=3.8"
4+
requires-python = ">=3.8,<=3.12"
55
readme = "README.md"
66
description = "Hopsworks Python SDK to interact with Hopsworks Platform, Feature Store, Model Registry and Model Serving"
77
keywords = ["Hopsworks", "Feature Store", "Spark", "Machine Learning", "MLOps", "DataOps"]

0 commit comments

Comments
 (0)