Updating r7 from v7.4.3

This commit is contained in:
Patrick Lehmann
2026-02-23 23:36:17 +01:00
committed by GitHub
7 changed files with 24 additions and 22 deletions

View File

@@ -164,12 +164,12 @@ Example Pipelines
.. code-block:: toml
[build-system]
requires = ["setuptools >= 80.0", "wheel ~= 0.45.0", "pyTooling ~= 8.11"]
requires = ["setuptools >= 80.0", "pyTooling ~= 8.12"]
build-backend = "setuptools.build_meta"
[tool.mypy]
packages = ["myPackage"]
python_version = "3.13"
python_version = "3.14"
strict = true
pretty = true
show_error_context = true

View File

@@ -1,6 +1,6 @@
-r ../requirements.txt
pyTooling ~= 8.11
pyTooling ~= 8.12
# Enforce latest version on ReadTheDocs
sphinx ~= 9.1