Skip to content

Commit

Permalink
Dropped Python 3.2 support as we never catered for it
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimian committed May 31, 2016
1 parent d6ab8ed commit 9c28646
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,6 @@ language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4

Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -96,7 +96,6 @@ def run_tests(self):
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Topic :: System :: Networking',
Expand Down

0 comments on commit 9c28646

Please sign in to comment.