From 269d0f3836a064c76f441f5a534ba3fb5e86f107 Mon Sep 17 00:00:00 2001 From: Joohwan Oh Date: Tue, 9 May 2017 01:54:04 -0700 Subject: [PATCH] Add Python 3.6 to the compatibility list --- .travis.yml | 1 + README.rst | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 146101c..e10f174 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - 2.7 - 3.4 - 3.5 + - 3.6 install: - pip install coverage - pip install pytest diff --git a/README.rst b/README.rst index 5b353a4..ad428ae 100644 --- a/README.rst +++ b/README.rst @@ -13,7 +13,7 @@ KQ: Kafka-based Job Queue for Python :target: https://badge.fury.io/py/kq :alt: Package Version -.. image:: https://img.shields.io/badge/python-2.7%2C%203.4%2C%203.5-blue.svg +.. image:: https://img.shields.io/badge/python-2.7%2C%203.4%2C%203.5%2C%203.6-blue.svg :target: https://github.com/joowani/kq :alt: Python Versions @@ -42,7 +42,7 @@ Requirements ============ - Apache Kafka 0.9+ -- Python 2.7+ 3.4+ or 3.5+ +- Python 2.7, 3.4, 3.5 or 3.6 Getting Started