Skip to content

Commit 68bafb4

Browse files
committed
chore: Update Task version to 3.44.0 in documentation
1 parent 226f3ec commit 68bafb4

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

docs/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ this project:
1313
the size of repo as we add and update images.
1414
* [Node.js] >= 16 to be able to [view the output](#viewing-the-output)
1515
* Python 3.10 or later
16-
* [Task] >= 3.40.0 and < 3.43.0
17-
* We constrain the version due to unresolved [issues][clp-issue-872].
16+
* [Task] 3.44.0
1817

1918
## Build Commands
2019

docs/src/dev-guide/building-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ prebuilt version instead, check out the [releases](https://github.com/y-scope/cl
1313
* Python 3.9 or newer
1414
* python3-dev
1515
* python3-venv (for the version of Python installed)
16-
* [Task] >= 3.40.0
16+
* [Task] 3.44.0
1717

1818
## Setup
1919

docs/src/dev-guide/components-core/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ CLP core is the low-level component that performs compression, decompression, an
99
* A recent compiler that fully supports C++20 features such as
1010
* std::span
1111
* std::source_location
12-
* [Task] >= 3.40.0 and < 3.43.0
13-
* We constrain the version due to unresolved [issues][clp-issue-872].
12+
* [Task] 3.44.0
1413

1514
To build, we require some source dependencies, packages from package managers, and libraries built
1615
from source.

docs/src/dev-guide/contributing-linting.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ To run the linting tools, besides commonly installed tools like `tar`, you'll ne
1515
* `md5sum`
1616
* Python 3.9 or newer
1717
* python3-venv (for the version of Python installed)
18-
* [Task] >= 3.40.0 and < 3.43.0
19-
* Minimum version 3.40.0 is required for [yscope-dev-utils].
20-
* We constrain the version to < 3.43.0 due to unresolved [issues][clp-issue-872].
18+
* [Task] 3.44.0
2119
* [uv] >= 0.8
2220

2321
## Running the linters

0 commit comments

Comments
 (0)