We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36af0ca commit 5aaad36Copy full SHA for 5aaad36
2 files changed
.travis.yml
@@ -2,6 +2,7 @@ language: python
2
3
python:
4
- 2.7
5
+ - 3.3
6
- 3.4
7
- 3.5
8
README.md
@@ -13,7 +13,7 @@ Please see the [contributing guide](https://github.com/exercism/x-api/blob/maste
13
We welcome both improvements to the existing exercises and new exercises.
14
A pool of exercise ideas can be found in the [x-common repo](https://github.com/exercism/x-common).
15
16
-All exercises must be compatible with Python versions 2.7, 3.4 and 3.5.
+All exercises must be compatible with Python versions 2.7 and 3.3 upwards.
17
Therefore please test your changes at least with Python2.7 and Python3.5.
18
19
To test a single exercise, say crypto-square, run:
0 commit comments