bunch
bunch copied to clipboard
bunch 1.0.1 is not compatible with python 3.11
in setup.py line 11:
package_file = open(join(HERE, 'bunch/__init__.py'), 'rU')
"U" option for universal newline is no longer supported in python 3.11
I'm forking here for python 3 only: https://github.com/wilbertom/bunch-py3
Note that there appears to be another fork at https://github.com/Infinidat/munch , which is what @cjkrolak ended up using.