Skip to content

Commit 5fca58e

Browse files
committed
Update readme
1 parent d7f3ea4 commit 5fca58e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ Simple databased-backed job queue. Jobs are defined in your settings, and are pr
88
Asynchronous tasks are run via a *job queue*. This system is designed to support multi-step job workflows.
99

1010
Supported and tested against:
11-
- Django 1.8, 1.9, 1.10, 1.11 and 2.2
12-
- Python 3.4, 3.6, 3.7 and 3.8
11+
- Django 1.11 and 2.2
12+
- Python 3.7 and 3.8
13+
14+
This package may still work with older versions of Django and Python but they aren't explicitly supported.
1315

1416
## Getting Started
1517

0 commit comments

Comments
 (0)