diff --git a/narwhals/utils.py b/narwhals/utils.py index 591cd53ae..c03642c90 100644 --- a/narwhals/utils.py +++ b/narwhals/utils.py @@ -295,7 +295,7 @@ def is_ibis(self) -> bool: Implementation.MODIN: (0, 25, 3), Implementation.CUDF: (24, 10), Implementation.PYARROW: (11,), - Implementation.PYSPARK: (3, 3), + Implementation.PYSPARK: (3, 5), Implementation.POLARS: (0, 20, 3), Implementation.DASK: (2024, 8), Implementation.DUCKDB: (1,),