Skip to content

Commit 3badbc0

Browse files
authored
Django 3 Support (#190)
* Added Django 3 to matrix * Updated for doco for Django 3 * Python 3.5 is not supported by Django 3
1 parent 80273dd commit 3badbc0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@ env:
2424
- DJANGO='django>=2.0,<2.1'
2525
- DJANGO='django>=2.1,<2.2'
2626
- DJANGO='django>=2.2,<2.3'
27+
- DJANGO='django>=3.0,<3.1'
2728
- DJANGO='--upgrade --pre django'
29+
jobs:
30+
exclude:
31+
- python: 3.5
32+
env: DJANGO='django>=3.0,<3.1' # Python 3.5 is not supported by Django 3
2833
matrix:
2934
fast_finish: true
3035
allow_failures:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ encrypt and decrypt data for fields.
88
## Requirements
99

1010
- postgres with `pgcrypto`
11-
- Supports Django 1.11.x to 2.2.x
11+
- Supports Django 1.11.x, 2.2.x, and 3.0.x
1212
- Compatible with Python 3 only
1313

1414
Last version of this library that supports `Django` 1.8.x, 1.9.x, 1.10.x

0 commit comments

Comments
 (0)