Skip to content

Commit 29b6afa

Browse files
authored
Merge pull request #12 from vertti/cleanups
Cleanups
2 parents 23b2e0f + 91bba27 commit 29b6afa

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: ["3.9", "3.10", "3.11", "3.12"]
16+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1717
steps:
1818
- uses: actions/checkout@v3
1919

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
[![PyPI](https://img.shields.io/pypi/v/daffy)](https://pypi.org/project/daffy/)
33
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/daffy)
44
![test](https://github.com/fourkind/daffy/workflows/test/badge.svg)
5-
[![codecov](https://codecov.io/gh/fourkind/daffy/branch/master/graph/badge.svg?token=2FYBMT65A6)](https://codecov.io/gh/fourkind/daffy)
6-
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
5+
[![codecov](https://codecov.io/gh/vertti/daffy/graph/badge.svg?token=00OL75TW4W)](https://codecov.io/gh/vertti/daffy)
76

87
## Description
98

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ pandas = ">=1.5.1,<3.0.0"
3535
polars = "^1.7.0"
3636

3737
[tool.poetry.group.dev.dependencies]
38-
pytest = "^7.4.3"
38+
pytest = "^8.3.0"
3939
pre-commit = "^4.0.0"
4040
mypy = "^1.7.1"
4141
pytest-mock = "^3.12.0"
42-
pytest-cov = "^4.1.0"
42+
pytest-cov = "^6.0.0"
4343
coverage = {extras = ["toml"], version = "^7.3.2"}
4444
pydocstyle = "^6.3.0"
4545
ruff = "^0.9.1"

0 commit comments

Comments
 (0)