| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use typing-extensions only on Python < 3.8 | Michał Górny | 2021-04-23 | 2 | -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+. | |||||
