pypa/pyproject-hooks

Drop support for Python 3.7

pradyunsg opened this issue · 2 comments

Python 3.7 goes EOL in 2 months and 3 weeks (https://endoflife.date/python). Filing an issue to track dropping support.

For posterity, 69ed8b1 is a commit with most of the work toward this. The missing bits are dropping the string literal for "SubprocessRunner" and directly documenting the protocol class as well.