Skip to content

Commit 421cf3c

Browse files
author
Clement Denoix
committed
Drop support of Python 3.3
1 parent 66660fa commit 421cf3c

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ matrix:
1414
env: TOXENV=py27-django18
1515
- python: 2.7
1616
env: TOXENV=py27-django19
17-
- python: 3.3
18-
env: TOXENV=py33-django17
19-
- python: 3.3
20-
env: TOXENV=py33-django18
2117
- python: 3.4
2218
env: TOXENV=py34-django17
2319
- python: 3.4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This package lets you easily integrate the Algolia Search API to your [Django](h
1313

1414
You might be interested in this sample Django application providing a typeahead.js based auto-completion and Google-like instant search: [algoliasearch-django-example](https://github.com/algolia/algoliasearch-django-example)
1515

16-
Compatible with **Python 2.7**, **Python 3.3+** and **Django 1.7+**
16+
Compatible with **Python 2.7**, **Python 3.4+** and **Django 1.7+**
1717

1818

1919

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
3-
{py27,py33,py34}-django17
4-
{py27,py33,py34,py35,py36}-django18
3+
{py27,py34}-django17
4+
{py27,py34,py35,py36}-django18
55
{py27,py34,py35,py36}-django19
66
coverage
77
skip_missing_interpreters = True

0 commit comments

Comments
 (0)