declare support for Python 3.6

This commit is contained in:
Rahiel Kasim 2017-02-05 20:40:16 +01:00
parent ac59f2f37c
commit 924c241680
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
- "pypy3"
branches:

View file

@ -53,4 +53,5 @@ with codecs.open('README.rst', 'r', 'utf-8') as fd:
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6'
],)