Skip to content

Commit 0b930cf

Browse files
eeshangargtimabbott
authored andcommitted
pypi: Add support for Python 3.8.
1 parent 2cf4978 commit 0b930cf

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ python:
44
- "3.5"
55
- "3.6"
66
- "3.7"
7+
- "3.8"
78
env: TEST_SUITE=test-main
89
matrix:
910
include:

zulip/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def recur_expand(target_root, dir):
4545
'Programming Language :: Python :: 3.5',
4646
'Programming Language :: Python :: 3.6',
4747
'Programming Language :: Python :: 3.7',
48+
'Programming Language :: Python :: 3.8',
4849
],
4950
python_requires='>=2.7,!=3.0.x,!=3.1.x,!=3.2.x,!=3.3.x,!=3.4.x',
5051
url='https://www.zulip.org/',

zulip_bots/setup.py

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
'Programming Language :: Python :: 3.5',
4343
'Programming Language :: Python :: 3.6',
4444
'Programming Language :: Python :: 3.7',
45+
'Programming Language :: Python :: 3.8',
4546
],
4647
python_requires='>=3.5',
4748
url='https://www.zulip.org/',

zulip_botserver/setup.py

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
'Programming Language :: Python :: 3.5',
2727
'Programming Language :: Python :: 3.6',
2828
'Programming Language :: Python :: 3.7',
29+
'Programming Language :: Python :: 3.8',
2930
],
3031
python_requires='>=3.5',
3132
url='https://www.zulip.org/',

0 commit comments

Comments
 (0)