Add Python 3 support state badge.

main
Vincent Driessen 11 years ago
parent 2ab7276230
commit e1d134e64d

@ -1,10 +1,12 @@
[![Build status](https://secure.travis-ci.org/nvie/rq.png?branch=master)](https://secure.travis-ci.org/nvie/rq)
RQ (_Redis Queue_) is a simple Python library for queueing jobs and processing RQ (_Redis Queue_) is a simple Python library for queueing jobs and processing
them in the background with workers. It is backed by Redis and it is designed them in the background with workers. It is backed by Redis and it is designed
to have a low barrier to entry. It should be integrated in your web stack to have a low barrier to entry. It should be integrated in your web stack
easily. easily.
[![Build status](https://secure.travis-ci.org/nvie/rq.png?branch=master)](https://secure.travis-ci.org/nvie/rq)
[![Can I Use Python 3?](https://caniusepython3.com/project/rq.svg)](https://caniusepython3.com/project/rq)
## Getting started ## Getting started

Loading…
Cancel
Save