Skip to content

Commit 3399f08

Browse files
pyarrow min
1 parent b7db53f commit 3399f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/extension/arrow/test_string.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import pandas as pd
44

5-
pytest.importorskip("pyarrow", minversion="0.13.0")
5+
pytest.importorskip("pyarrow", minversion="1.0.0")
66

77

88
def test_constructor_from_list():

0 commit comments

Comments
 (0)