0.8.0
- Add
Python 3.11
support. - Drop
Python < 3.8
support. #17 - Add
pypy
to CI. - Add
pre-commit
. - Add default json encoder to
write_file_json
for encoding alsodatetime
andset
objects by default. - Replace
str.format
withf-strings
. - Make
dirpath
argument optional indownload_file
method. - Fix
download_file
NameError
whenrequests
is not installed. - Increase tests coverage.
- Bump requirements and GitHub actions versions.