You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add python 3.10 support and drop python 3.6 support
* Add python 3.10 support (add to test matrix)
* Drop python 3.6 support
* Use tomli instead of toml for toml support
* Update dependency range and dev dependencies
BUGFIX: Update logging settings recursively
- Add test to guard against regression
- Allow partial logging settings to be set without overriding the rest of the
default logging configuration