Skip to content

Commit a403eff

Browse files
authored
Add Python 3.14, Remove Codecov for now, add dask and pyarrow to setup.cfg (#822)
* added dask as requirement * added dask, pyarrow to test * removed codecov github action * added python 3.14 to test
1 parent 32aecd5 commit a403eff

File tree

3 files changed

+4
-40
lines changed

3 files changed

+4
-40
lines changed

.github/workflows/codecov.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
16-
python: ['3.10', 3.11, 3.12]
16+
python: ['3.10', 3.11, 3.12, 3.13, 3.14]
1717
env:
1818
OS: ${{ matrix.os }}
1919
PYTHON: ${{ matrix.python }}

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,12 @@ tests =
5959
flake8
6060
isort
6161
noise >= 1.2.2
62+
dask
63+
pyarrow
6264
pytest
6365
pytest-cov
6466

67+
6568
[flake8]
6669
exclude =
6770
.git,

0 commit comments

Comments
 (0)