Skip to content

Commit

Permalink
Add Python versions for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Nov 7, 2023
1 parent ae15150 commit 49f6898
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,27 @@ on: push
jobs:
tests:
name: PyArrow ${{ matrix.pyarrow }}, Python ${{ matrix.python }}
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
name:
- pyarrow0.14.0-py3.5
- pyarrow0.14.0-py3.6
- pyarrow0.14.0-py3.7
- pyarrow0.14.1-py3.7
- pyarrow0.15.0-py3.7
- pyarrow1.0.0-py3.8
- pyarrow13.0.0-py3.11
- pyarrow14.0.0-py3.12
include:
- name: pyarrow0.14.0-py3.5
pyarrow: 0.14.0
python: 3.5
- name: pyarrow0.14.0-py3.6
pyarrow: 0.14.0
python: 3.6
- name: pyarrow0.14.0-py3.7
pyarrow: 0.14.0
python: 3.7
Expand Down Expand Up @@ -69,6 +77,7 @@ jobs:
- name: Build and install
shell: bash
run: |
python -m pip install -U pip
python -m pip install hatch
hatch build
pip install dist/*.whl
Expand Down

0 comments on commit 49f6898

Please sign in to comment.