From b4326c091fc4578edcaf6c6b3dd5d55668ccdaec Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Wed, 18 Sep 2024 18:48:40 +0200 Subject: [PATCH] Add note on Python dependency --- docs/install.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/install.md b/docs/install.md index 706a7b98..f0afdf72 100644 --- a/docs/install.md +++ b/docs/install.md @@ -18,6 +18,9 @@ This is a graph of the default, main dependencies of the Python package: :align: center ``` +> [!IMPORTANT] +> Extra Platforms keep targeting Python 3.9 despite [back-pressure from underlying dependencies like `myst-reader`](https://github.com/kdeldycke/extra-platforms/pull/1), as [Python 3.9 will not be declared end-of-life until 2025-10](https://devguide.python.org/versions/). + ## Extra dependencies To get additional utilities [for Pytest](pytest.md), you may need to install extra dependencies: