wjones127 commented on code in PR #5070:
URL: https://github.com/apache/arrow-rs/pull/5070#discussion_r1394462666
##########
.github/workflows/integration.yml:
##########
@@ -106,6 +106,7 @@ jobs:
strategy:
matrix:
rust: [ stable ]
+ pyarrow: [ "13", "14" ]
Review Comment:
👍
We might also want to leave a comment here so we remember why we test 13
specifically.
```suggestion
# PyArrow 13 was the last version prior to introduction to Arrow
PyCapsules
pyarrow: [ "13", "14" ]
```
##########
.github/workflows/integration.yml:
##########
@@ -106,6 +106,7 @@ jobs:
strategy:
matrix:
rust: [ stable ]
+ pyarrow: [ "13", "14" ]
Review Comment:
👍
We might also want to leave a comment here so we remember why we test 13
specifically.
```suggestion
# PyArrow 13 was the last version prior to introduction to Arrow
PyCapsules
pyarrow: [ "13", "14" ]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]