Skip to content

Commit 4a5b471

Browse files
authored
docs: Update required Task version (fixes #1159). (#1158)
1 parent 581bd46 commit 4a5b471

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +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.38.0 and < 3.43.0
16+
* [Task] >= 3.40.0 and < 3.43.0
1717
* We constrain the version due to unresolved [issues][clp-issue-872].
1818

1919
## Build Commands

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.38.0 and < 3.43.0
16+
* [Task] >= 3.40.0 and < 3.43.0
1717
* We constrain the version due to unresolved [issues][clp-issue-872].
1818

1919
## Setup

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +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.38.0 and < 3.43.0
12+
* [Task] >= 3.40.0 and < 3.43.0
1313
* We constrain the version due to unresolved [issues][clp-issue-872].
1414

1515
To build, we require some source dependencies, packages from package managers, and libraries built

0 commit comments

Comments
 (0)