You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 2.6 has been EOL for over 4 years and is no longer receiving security updates from the core Python team, so it's about time to drop it to reduce maintenance burden and allow newer features of Python to be used.
It's also little used. Here's the pip installs for Flask-Restless from PyPI for last month:
Python 2.6 is no longer supported by sqlalchemy>=1.2 since is not supported anymore by the python community.
Can we just remove it from .travis.yml and also clean up all the code that supports python 2.6?
This is also blocking this pull request since the tests are not passing in Python 2.6:
The text was updated successfully, but these errors were encountered: