Skip to content

Commit 5f2e387

Browse files
committed
remove python 3.7 from gh workflow, not supported anymore by setup-python. update pytest-cov version to work with python 3.8
1 parent 7297743 commit 5f2e387

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
max-parallel: 1
1515
matrix:
16-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
16+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: Set up Python ${{ matrix.python-version }}

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dev =
5050
pandas>=1.3.5
5151
pandas-stubs>=1.2.0.48
5252
pytest>=8.3.5
53-
pytest-cov>=6.1.1
53+
pytest-cov>=5.0.0
5454

5555
pandas =
5656
pandas>=1.3.5

0 commit comments

Comments
 (0)