Per the RFC in issue #365, boltons is now Python 3 only. 3.7+ for now.
If you're a Python 2 user, feel free to pin at boltons<24.0.0
.
Other minor changes:
- Added Python 3.12 support (#361)
- Fix [dictutils.OneToOne][dictutils.OneToOne]'s
update()
behavior with empty iterables