Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/source/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ releases are available on [PyPI](https://pypi.org/project/pytask-parallel) and
## Unreleased

- {pull}`129` drops support for Python 3.8 and 3.9 and adds support for Python 3.14.
- {pull}`130` switches type checking to ty.
- {pull}`131` updates pre-commit hooks.

## 0.5.1 - 2025-03-09
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ package = editable

[testenv:typing]
deps =
mypy
ty
extras =
dask
coiled
commands = mypy
commands = ty check src/ tests/

[testenv:test]
extras = test
Expand Down