Skip to content

Commit

Permalink
Remove 2.6 support (and badges)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjschultz committed Oct 9, 2017
1 parent 661eee7 commit 0285621
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ sudo: false

python:
- "pypy"
- "2.6"
- "2.7"
- "3.3"
- "3.4"
Expand Down
6 changes: 0 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
py-radix
========

.. image:: https://pypip.in/v/py-radix/badge.png
:target: https://pypi.python.org/pypi/py-radix

.. image:: https://travis-ci.org/mjschultz/py-radix.svg?branch=master
:target: https://travis-ci.org/mjschultz/py-radix

.. image:: https://coveralls.io/repos/mjschultz/py-radix/badge.png?branch=master
:target: https://coveralls.io/r/mjschultz/py-radix?branch=master

.. image:: https://pypip.in/d/py-radix/badge.png
:target: https://pypi.python.org/pypi/py-radix

py-radix implements the radix tree data structure for the storage and
retrieval of IPv4 and IPv6 network prefixes.

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
'Topic :: System :: Networking',
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
Expand Down

0 comments on commit 0285621

Please sign in to comment.