Drop Python 2.5 support
This commit is contained in:
parent
fe1d4c88bc
commit
254630eec4
@ -46,7 +46,11 @@ Installing
|
||||
|
||||
Install PuDB using the command::
|
||||
|
||||
easy_install pudb
|
||||
pip install pudb
|
||||
|
||||
If you are using Python 2.5, PuDB version 2013.5.1 is the last version to
|
||||
support that version of Python. urwid 1.1.1 works with Python 2.5, newer
|
||||
versions do not.
|
||||
|
||||
Getting Started
|
||||
---------------
|
||||
|
3
setup.py
3
setup.py
@ -38,7 +38,10 @@ setup(name='pudb',
|
||||
"Operating System :: Unix",
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 2",
|
||||
"Programming Language :: Python :: 2.6",
|
||||
"Programming Language :: Python :: 2.7",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.3",
|
||||
"Topic :: Software Development",
|
||||
"Topic :: Software Development :: Debuggers",
|
||||
"Topic :: Software Development :: Quality Assurance",
|
||||
|
Loading…
x
Reference in New Issue
Block a user