Skip to content

Commit cf1178e

Browse files
committed
Remove python 2.6 from supported versions, update request module to 2.21.0
1 parent 458d788 commit cf1178e

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: python
22
python:
3-
- '2.6'
43
- '2.7'
54
- '3.5'
65
- '3.6'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
requests==2.17.3
1+
requests==2.21.0

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
'License :: OSI Approved :: GNU General Public License (GPL)',
3232
'Natural Language :: English',
3333
'Operating System :: OS Independent',
34-
'Programming Language :: Python :: 2.6',
3534
'Programming Language :: Python :: 2.7',
3635
'Programming Language :: Python :: 3.5',
3736
'Programming Language :: Python :: 3.6',

0 commit comments

Comments
 (0)