mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-05-14 16:13:09 +00:00
Remove support for python 3.3
This commit is contained in:
parent
970a4907b3
commit
e65f194718
2 changed files with 1 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue