Skip to content

Commit 5aaad36

Browse files
committed
Added python3.3 back to the build process
1 parent 36af0ca commit 5aaad36

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: python
22

33
python:
44
- 2.7
5+
- 3.3
56
- 3.4
67
- 3.5
78

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Please see the [contributing guide](https://github.com/exercism/x-api/blob/maste
1313
We welcome both improvements to the existing exercises and new exercises.
1414
A 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.4 and 3.5.
16+
All exercises must be compatible with Python versions 2.7 and 3.3 upwards.
1717
Therefore please test your changes at least with Python2.7 and Python3.5.
1818

1919
To test a single exercise, say crypto-square, run:

0 commit comments

Comments
 (0)