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
I am maintaining a project that still supports Python 2.6, and I was glad to see that commit 9989f89 added a workaround for OrderedDict in support of Python 2.6.
I would very much see the support for Python 2.6 in this package continued, as long as it can reasonably be maintained, and I suggest to add Python 2.6 to the package metadata. Probably it would be good to also state (maybe in the package description text that appears on PyPI) that the Python 2.6 support is on a best-can-do basis only.
I am maintaining a project that still supports Python 2.6, and I was glad to see that commit 9989f89 added a workaround for
OrderedDictin support of Python 2.6.However, the PyPI package information of GitPython 2.0.3 does not mention Python 2.6.
I would very much see the support for Python 2.6 in this package continued, as long as it can reasonably be maintained, and I suggest to add Python 2.6 to the package metadata. Probably it would be good to also state (maybe in the package description text that appears on PyPI) that the Python 2.6 support is on a best-can-do basis only.