Skip to content

Commit cbd746f

Browse files
committed
Contrain pyarrow to v4.0.0+ in Python 3.9 tests
1 parent f370714 commit cbd746f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

testing/constraints-3.9.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This constraints file is used to make sure that the latest dependency versions
2+
# we claim to support in setup.py are indeed installed in test sessions in the most
3+
# recent Python version supported (3.9 at the time of writing - 2021-05-05).
4+
#
5+
# NOTE: Not comprehensive yet, will eventually be maintained semi-automatically by
6+
# the renovate bot.
7+
pyarrow>=4.0.0

0 commit comments

Comments
 (0)