Skip to content

Commit c58870f

Browse files
committed
Warn about 2.7 on HISTORY
1 parent 734213a commit c58870f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ History
1010
0.5.0 (2020-03-14)
1111
------------------
1212

13+
A bug with this package allows it to be installed on Python 2.7 environments,
14+
even though it should not work on such version. You should stick with version
15+
0.4.1 version instead for Python 2.7 support.
16+
1317
* Dropped Python 2.7, 3.3, 3.4 support
1418
* Removed six package
1519
* Removed pinned dependencies of tests

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,6 @@ time, Safety itself has a commitment to encourage developers to keep their
137137
software up-to-date, and it would not make sense for us to work with officially
138138
unsupported Python versions, or even those that reached their end of life.
139139

140-
If you still need to use Safety with Python 2.7, please use version 0.4 of
140+
If you still need to use Safety with Python 2.7, please use version 0.4.1 of
141141
Dparse available at PyPi. Alternatively, you can run Safety from a Python 3
142142
environment to check the requirements file for your Python 2.7 project.

0 commit comments

Comments
 (0)