@@ -282,7 +282,7 @@ def test_empty_pyarrow(data):
282
282
283
283
284
284
def test_multi_chunk_pyarrow () -> None :
285
- pa = pytest .importorskip ("pyarrow" , "11 .0.0" )
285
+ pa = pytest .importorskip ("pyarrow" , "14 .0.0" )
286
286
n_legs = pa .chunked_array ([[2 , 2 , 4 ], [4 , 5 , 100 ]])
287
287
names = ["n_legs" ]
288
288
table = pa .table ([n_legs ], names = names )
@@ -488,7 +488,7 @@ def test_pandas_nullable_with_missing_values(
488
488
) -> None :
489
489
# https://github.com/pandas-dev/pandas/issues/57643
490
490
# https://github.com/pandas-dev/pandas/issues/57664
491
- pa = pytest .importorskip ("pyarrow" , "11 .0.0" )
491
+ pa = pytest .importorskip ("pyarrow" , "14 .0.0" )
492
492
import pyarrow .interchange as pai
493
493
494
494
if expected_dtype == "timestamp[us, tz=Asia/Kathmandu]" :
@@ -554,7 +554,7 @@ def test_pandas_nullable_without_missing_values(
554
554
data : list , dtype : str , expected_dtype : str
555
555
) -> None :
556
556
# https://github.com/pandas-dev/pandas/issues/57643
557
- pa = pytest .importorskip ("pyarrow" , "11 .0.0" )
557
+ pa = pytest .importorskip ("pyarrow" , "14 .0.0" )
558
558
import pyarrow .interchange as pai
559
559
560
560
if expected_dtype == "timestamp[us, tz=Asia/Kathmandu]" :
0 commit comments