From 03bb9fcd2b2592911f27b61accd984480b888cf0 Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Tue, 8 Oct 2024 18:21:47 +0300 Subject: [PATCH] docs: don't use py38 in examples --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7acfc0d10..66b5a0f8e 100644 --- a/README.rst +++ b/README.rst @@ -406,7 +406,7 @@ An example ``pyproject.toml`` configuration file: line-length = 88 # Overridden by [tool.darker] above skip-magic-trailing-comma = false skip-string-normalization = false - target-version = ["py38", "py39", "py310", "py311", "py312"] # Overridden above + target-version = ["py39", "py310", "py311", "py312"] # Overridden above exclude = "test_*\.py" extend_exclude = "/generated/" force_exclude = ".*\.pyi"