mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
declare support for Python 3.6
This commit is contained in:
parent
ac59f2f37c
commit
924c241680
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ python:
|
||||||
- "3.3"
|
- "3.3"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
|
- "3.6"
|
||||||
- "pypy"
|
- "pypy"
|
||||||
- "pypy3"
|
- "pypy3"
|
||||||
branches:
|
branches:
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -53,4 +53,5 @@ with codecs.open('README.rst', 'r', 'utf-8') as fd:
|
||||||
'Programming Language :: Python :: 3.3',
|
'Programming Language :: Python :: 3.3',
|
||||||
'Programming Language :: Python :: 3.4',
|
'Programming Language :: Python :: 3.4',
|
||||||
'Programming Language :: Python :: 3.5',
|
'Programming Language :: Python :: 3.5',
|
||||||
|
'Programming Language :: Python :: 3.6'
|
||||||
],)
|
],)
|
||||||
|
|
Loading…
Reference in a new issue