summaryrefslogtreecommitdiff
path: root/git/compat
Commit message (Collapse)AuthorAgeFilesLines
* Use typing-extensions only on Python < 3.8Michał Górny2021-04-232-0/+120
All necessary attributes are available in the built-in typing module since Python 3.8. Use typing-extensions only for older versions of Python, and avoid the unnecessary dep in 3.8+.