Skip to content

6.7.0

Choose a tag to compare

@cooperlees cooperlees released this 15 Nov 05:54
· 78 commits to main since this release

New Features

  • Declare support for python 3.13 PR #1848
  • Add support PEP691 simple API for package metadata (off by default till 7.0) PR #2075

Bug Fixes

  • Support reading HTTP proxy URLs from environment variables, and SOCKS proxy URLs from the 'mirror.proxy' config option PR #1861
  • Remove usage of deprecated datetime.datetime.utcnow()
  • Make our custom Exceptions pass B042 (#2074)

CI

  • Dependabot reviewers configuration option being replaced by code owners PR #1943