8000 Merge pull request #227 from patrick91/update/py35 · twilio/twilio-python@e1b258b · GitHub
[go: up one dir, main page]

Skip to content

Commit e1b258b

Browse files
committed
Merge pull request #227 from patrick91/update/py35
Adding python 3.5 support
2 parents c0c79fd + 3012665 commit e1b258b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
':python_version=="3.2"': ['pysocks'],
3535
':python_version=="3.3"': ['pysocks'],
3636
':python_version=="3.4"': ['pysocks'],
37+
':python_version=="3.5"': ['pysocks'],
3738
},
3839
packages = find_packages(),
3940
include_package_data=True,
@@ -49,6 +50,7 @@
4950
"Programming Language :: Python :: 3.2",
5051
"Programming Language :: Python :: 3.3",
5152
"Programming Language :: Python :: 3.4",
53+
"Programming Language :: Python :: 3.5",
5254
"Topic :: Software Development :: Libraries :: Python Modules",
5355
"Topic :: Communications :: Telephony",
5456
],

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py26, py27, py32, py33, py34, pypy
2+
envlist = py26, py27, py32, py33, py34, py35, pypy
33

44
[testenv]
55
deps= -r{toxinidir}/tests/requirements.txt

0 commit comments

Comments
 (0)
0