magmax / python-readchar

Python library to read characters and key strokes
MIT License
143 stars 45 forks source link

Drop support for Python 2.6 and 3.3 #36

Closed mbdevpl closed 6 years ago

mbdevpl commented 6 years ago

As explained in #35

This PR also incorporates changes from #34

Together, these PRs resolve #33 and #35, and restore CI to working condition.

suresttexas00 commented 6 years ago

I agree. In my projects too, I have stopped supporting Python 2.6 and 3.3. There have been too many changes in Python and most of the changes that assist Py2-3 compatibility are only ported to Python 2.7. Python 3.3 also lacks a lot of the features common to 3.4+ (which also make Py2-3 easier).