I think we should have 1.3 release be the last release to support <3.3. We can come out with a new release and stop worrying about <3.3. Just dropping it from pypi.
the new release will just have less python classifiers so when someone pip installs, it will resolve the dependencies accordingly.
A pip install with Python 2.7 will install <=1.3 but a pip install on 3.4 will install >=1.4
I think we should have 1.3 release be the last release to support <3.3. We can come out with a new release and stop worrying about <3.3. Just dropping it from pypi.
the new release will just have less python classifiers so when someone pip installs, it will resolve the dependencies accordingly.
A pip install with Python 2.7 will install <=1.3 but a pip install on 3.4 will install >=1.4