Skip to content

3.0

Compare
Choose a tag to compare
@Changaco Changaco released this 25 May 09:02
· 46 commits to master since this release
9cf50ca

Changes to the library:

  • BREAKING: dropped support for Python 2.7 (#108)
  • implemented reading and writing encrypted archives (#109)
  • created a new context manager: seekable_stream_reader (#107)
  • added support for 64-bit time_t on 32-bit systems (#101)
  • load extra formats and filters when they're requested (#95)

Tests:

  • dropped testing with Python 2.7 and 3.5, added 3.9 (#108)