File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : python
2+
23python :
3- - " 2.7"
4- - " 3.3"
5- - " 3.4"
4+ - 2.7
5+ - 3.4
6+ - 3.5
7+
68script :
79 - ./test/check-exercises.py
810 - ./bin/fetch-configlet
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Please see the [contributing guide](https://github.com/exercism/x-api/blob/maste
1313We welcome both improvements to the existing exercises and new exercises.
1414A pool of exercise ideas can be found in the [ x-common repo] ( https://github.com/exercism/x-common ) .
1515
16- All exercises must be compatible with Python versions 2.7, 3.3 and 3.4 .
17- Therefore please test your changes at least with Python2.7 and Python3.4 .
16+ All exercises must be compatible with Python versions 2.7, 3.4 and 3.5 .
17+ Therefore please test your changes at least with Python2.7 and Python3.5 .
1818
1919To test a single exercise, say crypto-square, run:
2020```
You can’t perform that action at this time.
0 commit comments