# HG changeset patch # User Franz Glasner # Date 1589354464 -7200 # Node ID a8b2346e2330a6994daf3747d80a40aacd6685a3 # Parent f39e54e4f29a6ac1176f6913edff25a14be007f8 Tested up to PyYAML 5.3.1: so (with semantic versioning): adjust requirements to "<6" diff -r f39e54e4f29a -r a8b2346e2330 setup.py --- a/setup.py Fri May 31 12:19:00 2019 +0200 +++ b/setup.py Wed May 13 09:21:04 2020 +0200 @@ -27,7 +27,7 @@ long_description = rf.read() yaml_requirements = [ - "PyYAML>=3.0,<4", + "PyYAML>=3.0,<6", ] toml_requirements = [