Skip to content

Commit 1b5cc4c

Browse files
committed
drop 3.8, pypy3.9 and support 3.13, pypy3.11
1 parent 6a63297 commit 1b5cc4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy3.9', 'pypy3.10']
18+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', 'pypy3.10', 'pypy3.11']
1919

2020
steps:
2121
- uses: actions/checkout@v5
@@ -29,7 +29,7 @@ jobs:
2929
python -m pip install .
3030
python -m pip install ".[dev]"
3131
- name: Install pyarrow
32-
if: matrix.python-version == '3.11'
32+
if: matrix.python-version == '3.13'
3333
run: |
3434
python -m pip install pyarrow
3535
- name: Lint with ruff

0 commit comments

Comments
 (0)