Skip to content

Commit 4d87109

Browse files
authored
Merge pull request #110 from aiham/fix/update-pypi-classifiers
Update PyPI classifiers since our supported versions changed
2 parents b703c62 + 474a699 commit 4d87109

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Requirements
213213

214214
You need an OpenTok API key and API secret, which you can obtain at https://dashboard.tokbox.com/
215215

216-
The OpenTok Python SDK requires Python 2.6, 2.7, 3.2, 3.3, or 3.4
216+
The OpenTok Python SDK requires Python 2.6, 2.7, 3.3, 3.4, 3.5 or 3.6
217217

218218
Release Notes
219219
-------------

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,10 @@ def find_version(*file_paths):
6161
'Programming Language :: Python :: 2.6',
6262
'Programming Language :: Python :: 2.7',
6363
'Programming Language :: Python :: 3',
64-
'Programming Language :: Python :: 3.2',
6564
'Programming Language :: Python :: 3.3',
6665
'Programming Language :: Python :: 3.4',
66+
'Programming Language :: Python :: 3.5',
67+
'Programming Language :: Python :: 3.6',
6768

6869
'Topic :: Communications',
6970
'Topic :: Communications :: Chat',

0 commit comments

Comments
 (0)