Skip to content

Commit 5fdae44

Browse files
committed
fix: Remove false mention of 3.2 support, test python3.6
1 parent 2c8b8d6 commit 5fdae44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

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

66
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)
77

8-
Compatible with **Python 2.7**, **Python 3.2+** and **Django 1.7+**
8+
Compatible with **Python 2.7**, **Python 3.3+** and **Django 1.7+**
99

1010
[![Build Status](https://travis-ci.org/algolia/algoliasearch-django.svg?branch=master)](https://travis-ci.org/algolia/algoliasearch-django)
1111
[![Coverage Status](https://coveralls.io/repos/algolia/algoliasearch-django/badge.svg?branch=master)](https://coveralls.io/r/algolia/algoliasearch-django)

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
{py27,py32,py33,py34}-django{17,18}
3+
{py27,py33,py34}-django{17,18},py36-django18
44
coverage
55
skip_missing_interpreters = True
66

0 commit comments

Comments
 (0)