Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
ca1c3977
Commit
ca1c3977
authored
Jul 17, 2020
by
Sébastien Eustace
Committed by
Arun Babu Neelicattu
Jul 23, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update documentation to notify of the deprecation of Python 2.7 and 3.5
parent
71aa70cf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
README.md
+4
-1
docs/docs/index.md
+6
-1
No files found.
README.md
View file @
ca1c3977
...
...
@@ -5,7 +5,10 @@ ensuring you have the right stack everywhere.

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 be supported in the next feature release (1.2).
You should consider updating your Python version to a supported one.
[

](https://github.com/python-poetry/poetry/actions?query=workflow%3ATests+branch%3Amaster+event%3Apush)
...
...
docs/docs/index.md
View file @
ca1c3977
...
...
@@ -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 be supported in the next feature release (1.2).
You should consider updating your Python version to a supported one.
## Installation
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment