Remove support for python 3.3

This commit is contained in:
Alvaro Leonel 2018-06-07 23:49:45 -03:00
parent 970a4907b3
commit e65f194718
2 changed files with 1 additions and 4 deletions

View file

@ -1,7 +1,6 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
@ -25,8 +24,6 @@ matrix:
exclude:
- python: "2.7"
env: DJANGO=2.0
- python: "3.3"
env: DJANGO=2.0
- python: "3.5"
env: DJANGO=1.7
- python: "3.6"

View file

@ -28,7 +28,7 @@ Nomenclature of this specification is based on the Activity Streams Spec: `<http
Requirements
============
- Python 2.7, 3.3, 3.4, 3.5
- Python 2.7, 3.4, 3.5, 3.6
- Django 1.7, 1.8, 1.9, 1.10, 1.11, 2.0
Installation