The README states:
All exercises must be compatible with Python versions 2.7 and 3.3 upwards. Therefore please test your changes at least with Python2.7 and Python3.5.
I'm confused. Should we test with Python3.3 or Python3.5? If all exercises must be compatible with 3.3 upwards should we instruct users to test with Python3.3 instead?
The README states:
I'm confused. Should we test with Python3.3 or Python3.5? If all exercises must be compatible with 3.3 upwards should we instruct users to test with Python3.3 instead?