Skip to content

Commit

Permalink
Add support for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunedan committed Sep 24, 2018
1 parent 37ede27 commit 22d8ae6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -15,6 +15,10 @@ install:
- pip install pre-commit
script: pre-commit run --all-files && coverage run runtests.py
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
exclude:
- python: "2.7"
env: DJANGO="Django>=2.0,<2.1"
Expand Down
2 changes: 2 additions & 0 deletions CHANGES.rst
Expand Up @@ -14,6 +14,8 @@ tip (unreleased)

- Added support for Django 2.1.

- Add support for Python 3.7.

1.5.0 (2017-12-05)
------------------

Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -26,6 +26,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Framework :: Django',
'Framework :: Django :: 1.11',
'Framework :: Django :: 2.0',
Expand Down

0 comments on commit 22d8ae6

Please sign in to comment.