-------------------
- Drop support for Python 3.6
- Support Python 3.11
- Properly follow RFC 3986 when parsing username & password fields in
`www.github.com` URLs
- Correct the accepted format for URLs that start with `ssh://` (They need to
separate the hostname from the path with a slash rather than a colon)
- Schemes & hostnames in URLs are now parsed case-insensitively
- CLI: Don't show superfluous error traceback when the given repo does not
possess the given remote