Skip to content

Commit d1628a1

Browse files
committed
Correct support versions in README
1 parent 0f24d1c commit d1628a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

99
Supported and tested against:
10-
- Django 3.1 and 3.2
11-
- Python 3.6, 3.7, 3.8 and 3.9
10+
- Django 3.2 and 4.0
11+
- Python 3.6, 3.7, 3.8, 3.9 and 3.10
1212

1313
## Getting Started
1414

0 commit comments

Comments
 (0)