PyUtilib / pyutilib

A collection of general Python utilities, including logging and file IO, subprocess management, plugin systems, and workflow management.
BSD 3-Clause "New" or "Revised" License
34 stars 20 forks source link

Python 3.4 requires PyYAML<=5.2 #78

Closed jsiirola closed 4 years ago

jsiirola commented 4 years ago

Fixes: N/A

Summary/Motivation:

This works around a problem with the PyYAML distribution where PyPI doesn't recognize the PyYAML 'python_requires' directive from setup.py.

Changes proposed in this PR:

Legal Acknowledgement

By contributing to this software project, I agree to the following terms and conditions for my contribution:

  1. I agree my contributions are submitted under the BSD license.
  2. I represent I am authorized to make the contributions and grant the license. If my employer has rights to intellectual property that includes these contributions, I represent that I have received permission to make contributions and grant the required license on behalf of that employer.
coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 61.055% when pulling 8485b2fabac5b66c396d4731a37e35064e0a00ef on yaml-ver-fix into d37679fddf5cde8759b1acab45350e8e034a800c on master.