Skip to content

Commit

Permalink
Explain why Python 3.0-3.2 are not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
diyan committed Dec 20, 2016
1 parent c2d338b commit fa9d913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: python
python:
- 2.6
- 2.7
- 3.2
# NOTE Python 3.0-3.2 do not support explicit unicode literal, see pep-0414
- 3.3
- 3.4
- 3.5
Expand Down

0 comments on commit fa9d913

Please sign in to comment.