From 0b649ecc31a94a26c5cd3156c8811bbdeb922d5e Mon Sep 17 00:00:00 2001 From: ilan Date: Mon, 9 Oct 2017 10:59:23 +0200 Subject: [PATCH] Updates packages and Django version --- .travis.yml | 4 ++-- docs/index.rst | 2 +- docs/install.rst | 6 +++--- requirements.txt | 28 ++++++++++++++-------------- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.travis.yml b/.travis.yml index 128ef22..a0a5579 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,8 @@ python: - "3.6" env: - - DJANGO=1.11 - - DJANGO=1.10.7 + - DJANGO=1.11.6 + - DJANGO=1.10.8 - DJANGO=1.8.18 sudo: false diff --git a/docs/index.rst b/docs/index.rst index ee4c3f0..18cff63 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -24,7 +24,7 @@ Features - Rollbar support -Django Q is tested with: Python 2.7 & 3.6. Django 1.8.18 LTS, 1.10.7 and 1.11 +Django Q is tested with: Python 2.7 & 3.6. Django 1.8.18 LTS, 1.10.8 and 1.11.6 Contents: diff --git a/docs/install.rst b/docs/install.rst index 424fa95..a590b27 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -32,7 +32,7 @@ Django Q is tested for Python 2.7 and 3.6 - `Django `__ Django Q aims to use as much of Django's standard offerings as possible - The code is tested against Django versions `1.8.18 LTS`, `1.10.7` and `1.11`. + The code is tested against Django versions `1.8.18 LTS`, `1.10.8` and `1.11.6`. - `Django-picklefield `__ @@ -112,7 +112,7 @@ Other known issues are: Python ~~~~~~ The code is always tested against the latest version of Python 2 and Python 3 and we try to stay compatible with the last two versions of each. -Current tests are performed with Python 2.7.12 and 3.6.1 +Current tests are performed with Python 2.7.14 and 3.6.3 If you do encounter any regressions with earlier versions, please submit an issue on `github `__ .. note:: @@ -128,7 +128,7 @@ You can reference the `requirements