Skip to content

v6.0.0

Compare
Choose a tag to compare
@sbraz sbraz released this 25 Nov 19:15
· 13 commits to master since this release
08bbe0c
Breaking changes
  • ⚠️ Drop support for Python 3.6
New features
  • Add support for Python 3.10 and 3.11
  • Update bundled MediaInfo to v22.09 (Windows and macOS wheels)
  • maCOS: bundle the x86_64+arm64 MediaInfo library for M1 Macs instead of the old i386+x86_64 one (#24 (comment))
  • tests: start a local HTTP server instead of relying on GitHub, this means the test suite can now run without Internet access
Bug fixes
  • Fix doc build with recent sphinx versions
Miscellaneous
  • CI/CD: drop Travis, move everything to AppVeyor