=====================
* remove python 3.6 support, add python 3.11,3.12
* add __dir__ method so dir(grb) returns grib keys.
* allow pygrib.open to open a path specified by a PathLike object
* fix compilation issues on macos x
* allow pygrib.open to take an io.BufferedReader object as an argument
(issue 83, PR 206)
* ensure that RuntimeError contains a message of type `str` (PR 212)
* fix an issue that the 3rd bit of scanning mode does not affect processing (PR 213)