-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5efdd48
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Lukasa It would be nice if you could add
python_requires='>=3.3'
tosetup.py
.5efdd48
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you give a rational why Python 2 support was removed? There is almost no code in this repo, and supporting two flavors of Python is not particularly difficult. While I understand people want to kill things off, there is a lot of legacy code that isn't just updated and lots of that code depends on the "requests" package. Not having an up2date certificate package underneath creates a security risk for lots of legacy code.
5efdd48
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Python 2.7 is EOL and no longer getting updates, so just using Python 2.7 is, in and of itself, a security risk for lots of legacy code.