We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 252c37b commit 9e1b83fCopy full SHA for 9e1b83f
3 files changed
codecov.yml
@@ -20,5 +20,4 @@ coverage:
20
- end_to_end
21
22
ignore:
23
- - ".tox/**/*"
24
- "src/pytask_parallel/_version.py"
docs/source/changes.md
@@ -10,6 +10,7 @@ releases are available on [PyPI](https://pypi.org/project/pytask-parallel) and
10
- {pull}`129` drops support for Python 3.8 and 3.9 and adds support for Python 3.14.
11
- {pull}`130` switches type checking to ty.
12
- {pull}`131` updates pre-commit hooks.
13
+- {pull}`132` removes the tox configuration in favor of uv and just.
14
15
## 0.5.1 - 2025-03-09
16
tox.ini
0 commit comments