This repository was archived by the owner on Nov 17, 2022. It is now read-only.
Drop Python 2.7 support #301
Labels
awaiting-deployment
The changes are complete, in `dev`, and waiting to be merged to `master` and released.
code-features
Makes use of more capabilities in Python, or enables features such as iteration on a class.
repo-management
Changes relating to management of the repository.
pyIATI should drop support for Python 2.7.
2.7 support should be dropped because:
setup.py
six
is used with the Python 3 equivalentfuture
is used with the Python 3 equivalentcompatibility
python2/3
python2
python 2
sys.version
The text was updated successfully, but these errors were encountered: