diff --git a/.travis.yml b/.travis.yml index 9c438ba..2e4ad43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,18 +5,17 @@ services: - mongodb python: - - "2.7" - "3.6" + - "3.7" env: - DJANGO=2.0 - DJANGO=1.11.11 - - DJANGO=1.8.19 matrix: exclude: - - python: "2.7" - env: DJANGO=2.0 + - python: "3.7" + env: DJANGO=1.11.11 sudo: false diff --git a/README.rst b/README.rst index 58fdc3b..6414f5d 100644 --- a/README.rst +++ b/README.rst @@ -26,12 +26,12 @@ Features Requirements ~~~~~~~~~~~~ -- `Django `__ > = 1.8 +- `Django `__ > = 1.11.11 - `Django-picklefield `__ - `Arrow `__ - `Blessed `__ -Tested with: Python 2.7 & 3.6. Django 1.8.19, 1.11.11 and 2.0.x +Tested with: Python 3.6. 3.7 Django 1.11.11 and 2.0.x Brokers ~~~~~~~ diff --git a/docs/index.rst b/docs/index.rst index 9e52870..2c491dd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -24,7 +24,7 @@ Features - Rollbar and Sentry support -Django Q is tested with: Python 2.7 & 3.6. Django 1.8.19 LTS, 1.11.11 and 2.0.x +Django Q is tested with: Python 3.6. 3.7 Django 1.11.11 LTS and 2.0.x Contents: diff --git a/docs/install.rst b/docs/install.rst index 5587fe3..24d749c 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -27,12 +27,13 @@ Installation Requirements ------------ -Django Q is tested for Python 2.7 and 3.6 +Django Q is tested for Python 3.6 and 3.7 - `Django `__ Django Q aims to use as much of Django's standard offerings as possible - The code is tested against Django versions `1.8.19 LTS`, `1.11.11` and `2.0.x`. + The code is tested against Django versions `1.11.11 LTS` and `2.0.x`. + Please note that Django versions below 2.0 do not support Python 3.7 - `Django-picklefield `__ @@ -122,14 +123,14 @@ 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.14 and 3.6.3 +The code is always tested against the latest version Python 3 and we try to stay compatible with the last two versions of each. +Current tests are performed with 3.6 and 3.7 If you do encounter any regressions with earlier versions, please submit an issue on `github `__ .. note:: - Django 1.7.10 or earlier is not compatible with Python 3.5 Django releases before 1.11 are not officially supported on Python 3.6 + Django releases before 2.0 are not supported on Python 3.7 Open-source packages ~~~~~~~~~~~~~~~~~~~~ @@ -139,9 +140,10 @@ You can reference the `requirements