Skip to content

Commit cf4103f

Browse files
committed
Update documentation to notify of the deprecation of Python 2.7 and 3.5
1 parent a1348c9 commit cf4103f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ ensuring you have the right stack everywhere.
55

66
![Poetry Install](https://raw.githubusercontent.com/python-poetry/poetry/master/assets/install.gif)
77

8-
It supports Python 2.7 and 3.4+.
8+
It supports Python 2.7 and 3.5+.
9+
10+
**Note**: Python 2.7 and 3.5 will no longer by supported in the next feature release (1.2).
11+
You should consider updating your Python version to a supported one.
912

1013
[![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)
1114

docs/docs/index.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,14 @@ It allows you to declare the libraries your project depends on and it will manag
66

77
## System requirements
88

9-
Poetry requires Python 2.7 or 3.4+. It is multi-platform and the goal is to make it work equally well
9+
Poetry requires Python 2.7 or 3.5+. It is multi-platform and the goal is to make it work equally well
1010
on Windows, Linux and OSX.
1111

12+
!!! note
13+
14+
Python 2.7 and 3.5 will no longer by supported in the next feature release (1.2).
15+
You should consider updating your Python version to a supported one.
16+
1217

1318
## Installation
1419

0 commit comments

Comments
 (0)