Skip to content

Commit 4efea08

Browse files
authored
ARROW-114 Support PyArrow 9.0 (#89)
1 parent a5b6291 commit 4efea08

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>=8.0.0,<8.1.0",
7+
"pyarrow>=9.0.0,<9.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.7
3535
install_requires =
3636
# keep versions in sync with pyproject.toml "requires"
37-
pyarrow >=8,<8.1
37+
pyarrow >=9,<9.1
3838
pymongo >=3.11,<5
3939

4040
[options.package_data]

0 commit comments

Comments
 (0)