Skip to content

0.8.0

Compare
Choose a tag to compare
@fabiocaccamo fabiocaccamo released this 09 Dec 16:50
· 242 commits to main since this release
  • 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 also datetime and set objects by default.
  • Replace str.format with f-strings.
  • Make dirpath argument optional in download_file method.
  • Fix download_file NameError when requests is not installed.
  • Increase tests coverage.
  • Bump requirements and GitHub actions versions.