-
Notifications
You must be signed in to change notification settings - Fork 26
Description
As we note in the docs[1], there is nothing in this library that should require any newer CPython version than 2.6, when the io module was added to the standard library. In theory it should also work with old versions of CPython 3 as well, though changes introduced in 3.3 might be required for #22 to work.
Because of the above, we have tried to maintain testing in our CI for 2.6 and 3.3 (iirc I originally tried to get 3.0, 3.1, and 3.2 working but couldn't get the CI to work).
We are now encountering issues with running our CI with 3.3, and 2.6 will likely continue to become more and more unsupported.
CPython 2.6 last release was 2013-10-29.
https://www.python.org/dev/peps/pep-0361/
CPython 3.3 went EOL on 2017-09-29.
https://www.python.org/dev/peps/pep-0398/
I want to collect some download numbers before making the decision, but I think it might be reasonable for us to just drop advertised support for pre-2.7 and pre-3.4.
[1] https://base64io-python.readthedocs.io/en/latest/#getting-started