Fixed
- `ISOReadFS.__init__` not raising a `CreateFailed` exception when given a file-like handle that is not seekable ([11](https://github.com/althonos/fs.archive/issues/11)).
- `ZipReadFS.isfile` forcefully converting paths to lowercase ([6](https://github.com/althonos/fs.archive/issues/6)).
Changed
- Update minimum version of `py7zr` to `v0.17.3` to support changes in the dictionary returned by `py7zr.SevenZipFile.read`.