From cf4103f2739dea8771cdb40f2fe09a3b8e4b49ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Eustace?= Date: Fri, 17 Jul 2020 16:54:38 +0200 Subject: [PATCH] Update documentation to notify of the deprecation of Python 2.7 and 3.5 --- README.md | 5 ++++- docs/docs/index.md | 7 ++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d1a0a68f6a..7f3fcea6ebb 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,10 @@ ensuring you have the right stack everywhere. ![Poetry Install](https://github.com/raw/python-poetry/poetry/master/assets/install.gif) -It supports Python 2.7 and 3.4+. +It supports Python 2.7 and 3.5+. + +**Note**: Python 2.7 and 3.5 will no longer by supported in the next feature release (1.2). +You should consider updating your Python version to a supported one. [![Tests Status](https://github.com/python-poetry/poetry/workflows/Tests/badge.svg?branch=master&event=push)](https://github.com/python-poetry/poetry/actions?query=workflow%3ATests+branch%3Amaster+event%3Apush) diff --git a/docs/docs/index.md b/docs/docs/index.md index 9fe5b372c61..00791f262fe 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -6,9 +6,14 @@ It allows you to declare the libraries your project depends on and it will manag ## System requirements -Poetry requires Python 2.7 or 3.4+. It is multi-platform and the goal is to make it work equally well +Poetry requires Python 2.7 or 3.5+. It is multi-platform and the goal is to make it work equally well on Windows, Linux and OSX. +!!! note + + Python 2.7 and 3.5 will no longer by supported in the next feature release (1.2). + You should consider updating your Python version to a supported one. + ## Installation