Skip to content

Commit

Permalink
Add Python 3.6 to the compatibility list
Browse files Browse the repository at this point in the history
  • Loading branch information
joowani committed May 9, 2017
1 parent 3629496 commit 269d0f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
- 2.7
- 3.4
- 3.5
- 3.6
install:
- pip install coverage
- pip install pytest
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 269d0f3

Please sign in to comment.