hpyproject / hpy

HPy: a better API for Python
https://hpyproject.org
MIT License
1.02k stars 52 forks source link

Remove support for Python 3.7. #414

Closed fangerer closed 1 year ago

fangerer commented 1 year ago

Python 3.7 is soon EOL (see https://devguide.python.org/versions/). This is also a preparation for the vectorcall PR #390 because 3.7 did not have vectorcall API yet.

mattip commented 1 year ago

I think this line needs to change as well https://github.com/hpyproject/hpy/blob/6b54518266a2b857f42712838db797d75aa9f7f2/setup.py#L266

mattip commented 1 year ago

Thanks @fangerer