GitHub user tliron opened a pull request:
https://github.com/apache/incubator-ariatosca/pull/206
ARIA-405 Remove support for Python 2.6
* setup.py now requires Python 2.7
* Upgrade all 3rd party libraries to recent versions
* API changes to networkx
* Stricter yaml.load call for ruamel.yaml
* Remove iter_modules implementation for Python 2.6
* Remove NullHander implementation for Python 2.6
* Remove "py26" tox test environments
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/incubator-ariatosca
ARIA-405-remove-py26
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-ariatosca/pull/206.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #206
----
commit b1f03efcedd814f5fe38f051bfa0106cc715586f
Author: Tal Liron <[email protected]>
Date: 2017-10-30T21:56:57Z
ARIA-405 Remove support for Python 2.6
* setup.py now requires Python 2.7
* Upgrade all 3rd party libraries to recent versions
* API changes to networkx
* Stricter yaml.load call for ruamel.yaml
* Remove iter_modules implementation for Python 2.6
* Remove NullHander implementation for Python 2.6
* Remove "py26" tox test environments
----
---