1
0
Fork 0

Dropping support for Python 3.2; the whole unicode literal thing has been a little troublesome over the years.

This commit is contained in:
Adam Coddington 2014-09-01 12:57:00 -07:00
parent 826d0b1d88
commit 5c8385de21

View file

@ -2,7 +2,6 @@ language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
env:
- DJANGO=1.5.6