-
Notifications
You must be signed in to change notification settings - Fork 32
Python version support
J.L Stevens edited this page Jul 24, 2014
·
1 revision
-
Python 2.6 mostly does work as of 25 July 2014. It does requires OrderedDict (installed on DICE for 2.6) and which can be easily pip installed as
ordereddict
. -
The main problem with support 2.6 is that unittests cannot run because support for equality checks for custom types was only introduced in Python 2.7.