Skip to content

Commit

Permalink
updated docs to show new support matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
OmegaDroid committed Dec 12, 2019
1 parent 027bd9e commit 895ae43
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ dist: xenial
python:
- '3.7'
- '3.6'
- '3.8'
env:
- DJANGO_VERSION="Django>=3.0,<3.1" RUN_WEB_TESTS=true BROWSER_TAG=chrome_latest DEPLOY=true
- DJANGO_VERSION="Django>=2.2,<2.3" RUN_WEB_TESTS=false
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
__next__
------------------

* Added support for python 3.8
* Added support for django 3

0.8.0 (2019-06-26)
------------------

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ See full `documentation
Requirements
============

* Python 2.7 and 3.4+.
* Django 1.8+
* Python 3.6+.
* Django 2.0+


Installation
Expand Down
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,7 @@ def get_version(package):
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
Expand Down

0 comments on commit 895ae43

Please sign in to comment.