From 9c5c7d9be0299655a46bc0ca9885e8067b525d33 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Wed, 8 Sep 2021 00:04:21 -0700 Subject: [PATCH] release notes: mention Py3.6 EOL --- docs/release_notes.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index f56b9aa3..37001812 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -12,6 +12,12 @@ may be unreliable. Use the API to depend on precise behavior. The public API may be useful in scripts that launch OCRmyPDF processes or that wish to use some of its features for working with PDFs. +.. note:: + + Python 3.6 reaches end of life on December 23, 2021. We will end support + for Python 3.6 around that time. The change will be marked with a major + release. + v12.4.0 =======