pypi: Add support for Python 3.8.
This commit is contained in:
parent
2cf49788fd
commit
0b930cfe86
4 changed files with 4 additions and 0 deletions
1
zulip_botserver/setup.py
Normal file → Executable file
1
zulip_botserver/setup.py
Normal file → Executable file
|
@ -26,6 +26,7 @@ package_info = dict(
|
|||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
],
|
||||
python_requires='>=3.5',
|
||||
url='https://www.zulip.org/',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue