Skip to content

Commit

Permalink
remove EOL'ed python releases from support list (#661)
Browse files Browse the repository at this point in the history
urllib3 deprecated python 3.3 support since 1.23
release, python 3.3 release has EOL'ed we should
remove as well.
  • Loading branch information
harshavardhana authored and kannappanr committed Jun 11, 2018
1 parent 06aefef commit 0391bdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ language: python

python:
- '2.7'
- '3.3'
- '3.4'
- '3.5'
- '3.6'

os:
- linux
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Software Development :: Libraries :: Python Modules',
],
long_description=readme,
Expand Down

0 comments on commit 0391bdc

Please sign in to comment.