Merge branch 'ci/update_constraint_file' into 'master'

ci: update constraint file to 5.3

See merge request espressif/esp-idf!26751
This commit is contained in:
morris 2023-11-02 23:07:12 +08:00
commit b2497d1ce6

View File

@ -66,7 +66,7 @@ variables:
CI_PYTHON_CONSTRAINT_BRANCH: ""
# Update the filename for a specific ESP-IDF release. It is used only with CI_PYTHON_CONSTRAINT_BRANCH.
CI_PYTHON_CONSTRAINT_FILE: "espidf.constraints.v5.2.txt"
CI_PYTHON_CONSTRAINT_FILE: "espidf.constraints.v5.3.txt"
# Set this variable to repository name of a Python tool you wish to install and test in the context of ESP-IDF CI.
# Keep the variable empty when not used.