Am 03.01.2017 um 21:27 schrieb Glyph Lefkowitz:
This is a little off-topic, but if you're OK with using a version of Python that has been officially end-of-lifed <https://mail.python.org/pipermail/python-dev/2013-September/128287.html>, why are you doing new software development on it? Why not just pin to an end-of-lifed/unsupported version of PyGreSQL as well?
That's always possible and therefore in fact we should consider dropping support for Python 2.6 and 3.0 in PyGres eventually (see https://snarky.ca/stop-using-python-2-6/).
But in this project we are moving slowly and strive to stay backward compatible as much as possible. PyGres is made by greybeards in their spare time for people who appreciate stability and longevity, and therefore we will not hurry. Maybe we'll drop it only in version 6.x. And we will also support 2.7 for a long time.
But even if slowly, we will continue to move forward. The next official release will support Python 3.6 and Postgres 9.6.
-- Christoph _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
