From 8e1e3315cda248e9f114512882f98465c04c72c2 Mon Sep 17 00:00:00 2001 From: Edoardo Abati <29585319+EdAbati@users.noreply.github.com> Date: Tue, 7 Jan 2025 23:10:50 +0100 Subject: [PATCH] update min version in utils --- narwhals/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,),