Skip to content

Commit

Permalink
added compatibility note
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-the-shark committed Jul 3, 2019
1 parent d8201aa commit 27a9545
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -14,7 +14,6 @@ matrix:
- { python: "3.6", env: DJANGO_VERSION=2.1 }
- { python: "3.6", env: DJANGO_VERSION=2.2 }

- { python: "3.7", env: DJANGO_VERSION=1.11 }
- { python: "3.7", env: DJANGO_VERSION=2.0 }
- { python: "3.7", env: DJANGO_VERSION=2.1 }
- { python: "3.7", env: DJANGO_VERSION=2.2 }
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -23,12 +23,12 @@ I was searching for some django location field which uses mapbox and I could use

Feel free to open issues, make pull request and request some features or instructions. Let me know if you think it is not flexible enought.
# Compatibility
For now I tested it only on
* Django 2.2
* Python 3.6.1
Automatically tested on Travis CI on versions:

Travis and unit tests also on other versions in near future.
* Django 1.11, 2.0, 2.1, 2.2
* Python 3.5, 3.6, 3.7

PS. Django 1.11 does not support Python 3.7 anymore.
# Instalation
Using pip:
`pip install django-mapbox-location-field`
Expand Down

0 comments on commit 27a9545

Please sign in to comment.