Changelog: - remove CodeQL from CI - add Python 3.10 support - drop support for Python 3.6 and 3.7 - code quality - add unsupported models list, `MFC-8660DN` and `MFC-8860DN` are in this list because SNMP queries restart these printers
1.0.2
Changelog: - fix `uptime` value (add missing `tzinfo`)
1.0.1
Changelog: - improve type annotations
1.0.0
Changelog: - remove `available` property **BREAKING CHANGE** - remove `data` property **BREAKING CHANGE** - add type annotations - return data as `DictToObj` object in `async_update` method - improve tests - improve CI
0.2.2
Changelog: - add tests for `MFC-T910DW` - move requirements to files - add requirements files to `MANIFEST.in` file
0.2.1
Changelog: - allow to use of the external `snmp_engine`