mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
Add Py3.8 to docs (#1824)
This commit is contained in:
parent
28ded6718e
commit
eac7f02211
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -63,5 +63,6 @@ with codecs.open('README.rst', 'r', 'utf-8') as fd:
|
|||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7'
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
],)
|
||||
|
|
Loading…
Reference in a new issue