Last night I put out the 0.8.6 release which works on either Python 2.7 or 3.4+ and contains various bug fixes.
This morning I put out the 0.9.0 release which only supports Python 3.4+. I noticed that when using pip with a Python 2.7 release that pip now attempts to install cmd2 version 0.9.0, which it should not.
We thought we had properly modified setup.py so that version 0.9.0 would only attempt to install on Python 3.4+. Obviously, something is wrong. We need to either fix setup.py or find a way to modify the configuration on PyPI so that on Python 2.7, version 0.8.x installs, but on Python 3.4+ version 0.9.x installs.
Last night I put out the 0.8.6 release which works on either Python 2.7 or 3.4+ and contains various bug fixes.
This morning I put out the 0.9.0 release which only supports Python 3.4+. I noticed that when using pip with a Python 2.7 release that pip now attempts to install
cmd2version 0.9.0, which it should not.We thought we had properly modified setup.py so that version 0.9.0 would only attempt to install on Python 3.4+. Obviously, something is wrong. We need to either fix setup.py or find a way to modify the configuration on PyPI so that on Python 2.7, version 0.8.x installs, but on Python 3.4+ version 0.9.x installs.