8000 Remove Python 3.3 support (#416) · BioComputing/twilio-python@c4ddfc9 · GitHub
[go: up one dir, main page]

Skip to content

Commit c4ddfc9

Browse files
authored
Remove Python 3.3 support (twilio#416)
1 parent 68fd9d3 commit c4ddfc9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.3"
54
- "3.4"
65
- "3.5"
76
- "3.6"

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
"Operating System :: OS Independent",
4646
"Programming Language :: Python",
4747
"Programming Language :: Python :: 2.7",
48-
"Programming Language :: Python :: 3.3",
4948
"Programming Language :: Python :: 3.4",
5049
"Programming Language :: Python :: 3.5",
5150
"Programming Language :: Python :: 3.6",

0 commit comments

Comments
 (0)
0