From f20f7f65243d11c663f753b190ee0052b89fbc97 Mon Sep 17 00:00:00 2001 From: Maciej Urbanski Date: Fri, 9 Aug 2024 13:09:36 +0200 Subject: [PATCH] more python deprecation notes --- changelog.d/+drop_py37.changed.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.d/+drop_py37.changed.md b/changelog.d/+drop_py37.changed.md index a4ca4ed6..160290c0 100644 --- a/changelog.d/+drop_py37.changed.md +++ b/changelog.d/+drop_py37.changed.md @@ -1,4 +1,6 @@ Remove Python 3.7 support in new releases. Under Python 3.7 `pip` will keep resolving the latest version of the package that supports active interpreter. This change comes at benefit of using newer versions of B2 CLI dependencies in `b2` standalone binary as well as in the official docker image. -Python 3.8 is now the minimum supported version, until it reaches EOL in October 2024. +Python 3.8 is now the minimum supported version, [until it reaches EOL in October 2024](https://devguide.python.org/versions/). +We encourage use of latest stable Python release. +If Python interpreter upgrade from 3.7 is not an option, please use provided standalone binaries or official docker image.