Skip to content

Commit

Permalink
Remove support for python 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroLQueiroz committed Jun 8, 2018
1 parent 970a490 commit e65f194
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
@@ -1,7 +1,6 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -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
Expand Down

0 comments on commit e65f194

Please sign in to comment.