netdevops / hier_config

Hierarchical Configuration
MIT License
126 stars 24 forks source link

Travis CI checks Fail due to PyYaml not supporting Pyython 3.4 #77

Closed robobeaver6 closed 4 years ago

robobeaver6 commented 4 years ago

If PyYaml is required, then this project should not support Python 3.4

https://pyyaml.org/wiki/PyYAML states: Requirements PyYAML requires Python 2.7 or Python 3.5+.