We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80273dd commit 3badbc0Copy full SHA for 3badbc0
.travis.yml
@@ -24,7 +24,12 @@ env:
24
- DJANGO='django>=2.0,<2.1'
25
- DJANGO='django>=2.1,<2.2'
26
- DJANGO='django>=2.2,<2.3'
27
+ - DJANGO='django>=3.0,<3.1'
28
- 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
33
matrix:
34
fast_finish: true
35
allow_failures:
README.md
@@ -8,7 +8,7 @@ encrypt and decrypt data for fields.
8
## Requirements
9
10
- postgres with `pgcrypto`
11
- - Supports Django 1.11.x to 2.2.x
+ - Supports Django 1.11.x, 2.2.x, and 3.0.x
12
- Compatible with Python 3 only
13
14
Last version of this library that supports `Django` 1.8.x, 1.9.x, 1.10.x
0 commit comments