juju / juju-bundlelib

A Python library for working with Juju bundles.
GNU Lesser General Public License v3.0
1 stars 14 forks source link

Unpin PyYaml dependency #55

Closed tvansteenburgh closed 7 years ago

tvansteenburgh commented 7 years ago

Does PyYaml really need to be pinned to exactly 3.11? Can it at least by changed to ">=3.11"?

See https://github.com/juju/python-libjuju/issues/45 for context.

seman commented 7 years ago

Also see https://github.com/juju-solutions/cloud-weather-report/issues/67