pystache icon indicating copy to clipboard operation
pystache copied to clipboard

Drop support for Python 2.4

Open cjerdonek opened this issue 13 years ago • 1 comments

This is partly because Tox dropped support for Python 2.4 in v1.4.

cjerdonek avatar Oct 20 '12 23:10 cjerdonek

I have forked this library and dropped python2 support entirely here – https://github.com/PennyDreadfulMTG/pystache

The main reason for doing this is that the current build process no longer works because setuptools has dropped support for the use_2to3 option.

bakert avatar Sep 19 '21 15:09 bakert