From 34ffaefa3d2c8c7bed87231c2a13021d21e90b61 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Wed, 18 Dec 2024 08:35:25 +0100 Subject: [PATCH] Update another place in the text. --- docs/narr.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/narr.rst b/docs/narr.rst index 0bcc435..2e82aaf 100644 --- a/docs/narr.rst +++ b/docs/narr.rst @@ -178,7 +178,7 @@ The following options are only needed one time as their values are stored in --oldest-python The oldest version of Python supported by this package. Specified as version - number, e.g. ``3.8``. This setting is optional and defaults to the lowest + number, e.g. ``3.12``. This setting is optional and defaults to the lowest Python version generally supported by zopefoundation packages. --with-docs @@ -300,7 +300,7 @@ updated. Example: " image: postgres", ] additional-config = [ - "- [\"3.8\", \"py38-slim\"]", + "- [\"3.12\", \"py312-slim\"]", ] additional-exclude = [ "- { os: windows, config: [\"pypy-3.10\", \"pypy3\"] }",