Fixed wrongly quoted variable in jq pattern.

This commit is contained in:
Patrick Lehmann
2025-11-13 13:33:20 +01:00
parent b04ceae7bb
commit 546bf3db8a
9 changed files with 17 additions and 20 deletions

View File

@@ -164,7 +164,7 @@ Example Pipelines
.. code-block:: toml
[build-system]
requires = ["setuptools >= 80.0", "wheel ~= 0.45", "pyTooling ~= 8.7"]
requires = ["setuptools >= 80.0", "wheel ~= 0.45", "pyTooling ~= 8.8"]
build-backend = "setuptools.build_meta"
[tool.mypy]