Remove EOL Python Versions#1178
Conversation
f389545 to
f7015df
Compare
Codecov Report
@@ Coverage Diff @@
## master #1178 +/- ##
======================================
Coverage 100% 100%
======================================
Files 18 18
Lines 783 783
======================================
Hits 783 783Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #1178 +/- ##
======================================
Coverage 100% 100%
======================================
Files 18 18
Lines 783 783
======================================
Hits 783 783Continue to review full report at Codecov.
|
|
Everything looks correct. I leave this comment just to see when it will be answered by the core team or merged. Unfortunately, core development looks dead. |
ssbarnea
left a comment
There was a problem hiding this comment.
Please merge this ASAP as this is needed for testing other incoming fixes.
|
HI, @ssbarnea, I do not have write access to this repo. Please merge if you can. Thanks! |
|
@pydanny safe to merge. |
insspb
left a comment
There was a problem hiding this comment.
setup.py line 61 should be changed from:
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',to:
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*', , !=3.4.*',| your new functionality into a function with a docstring, and add the | ||
| feature to the list in README.rst. | ||
| 3. The pull request should work for Python 2.7, 3.3, 3.4, 3.5, 3.6, and PyPy on | ||
| 3. The pull request should work for Python 2.7, 3.3, 3.5, 3.6, 3.7, and PyPy on |
|
https://img.shields.io/pypi/pyversions/cookiecutter.svg change should be checked too after this merged. |
|
Closed as a duplicate to speed up the review process. Everything from here merged to #1181 |
According to the Python release schedule, Python 3.4 is past end of life, and Python 3.7 has entered into bugfix status. This PR updates the package to reflect this.