File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,10 @@ ensuring you have the right stack everywhere.
5
5
6
6
![ Poetry Install] ( https://raw.githubusercontent.com/python-poetry/poetry/master/assets/install.gif )
7
7
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.
9
12
10
13
[ ![ 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 )
11
14
Original file line number Diff line number Diff line change @@ -6,9 +6,14 @@ It allows you to declare the libraries your project depends on and it will manag
6
6
7
7
## System requirements
8
8
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
10
10
on Windows, Linux and OSX.
11
11
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
+
12
17
13
18
## Installation
14
19
You can’t perform that action at this time.
0 commit comments