Skip to content

Commit 3a4c9d8

Browse files
authored
ARROW-173 Support PyArrow 12.0 (#160)
1 parent 6b33ad1 commit 3a4c9d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bindings/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [
44
"wheel>=0.37",
55
"cython>=0.29",
66
# Must be kept in sync with the `install_requires` in `setup.cfg`
7-
"pyarrow>=11.0,<11.1.0",
7+
"pyarrow>=12.0,<12.1.0",
88
]
99

1010
[tool.cibuildwheel]

bindings/python/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ packages = find:
3434
python_requires = >=3.8
3535
install_requires =
3636
# keep versions in sync with pyproject.toml "requires"
37-
pyarrow >=11.0,<11.1
37+
pyarrow >=12.0,<12.1
3838
pymongo >=3.11,<5
3939
pandas >=1.3.5,<3
4040

0 commit comments

Comments
 (0)