From e1d134e64d40984848a0f4b5defbc2983e0a5ed6 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Wed, 23 Jul 2014 13:08:24 +0200 Subject: [PATCH] Add Python 3 support state badge. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4dbd6a33..b10720e4 100644 --- a/README.md +++ b/README.md @@ -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 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 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