From 700e2439119f86ba4218d45438885cf33b44d54c Mon Sep 17 00:00:00 2001 From: Adrian Chaves Date: Tue, 7 Apr 2026 12:04:24 +0200 Subject: [PATCH] Release notes for 2.7.0 --- CHANGES.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 4f0278b2..4f8f6c1c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,13 @@ Release notes ============= +2.7.0 (unreleased) +------------------- + +- drop official support for Python 3.9; require Python 3.10+ +- make the documentation more LLM-friendly, with markdown versions of every + page and :file:`llms.txt` and :file:`llms-full.txt` files + 2.6.0 (2026-03-20) ------------------