Skip to content

Commit

Permalink
upgrade minimal pyarrow version
Browse files Browse the repository at this point in the history
  • Loading branch information
wjones127 committed Jul 9, 2023
1 parent f901757 commit 35b6fe2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: make check-rust

test-minimal:
name: Python Build (Python 3.7 PyArrow 7.0.0)
name: Python Build (Python 3.7 PyArrow 8.0.0)
runs-on: ubuntu-latest
env:
RUSTFLAGS: "-C debuginfo=0"
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
source venv/bin/activate
make setup
# Install minimum PyArrow version
pip install -e .[pandas,devel] pyarrow==7.0.0
pip install -e .[pandas,devel] pyarrow==8.0.0
env:
RUSTFLAGS: "-C debuginfo=0"

Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers = [
"Programming Language :: Python :: 3 :: Only"
]
dependencies = [
"pyarrow>=7",
"pyarrow>=8",
'typing-extensions;python_version<"3.8"',
]

Expand Down

0 comments on commit 35b6fe2

Please sign in to comment.