tttapa / py-build-cmake

Modern, PEP 517 compliant build backend for creating Python packages with extensions built using CMake.
https://pypi.org/project/py-build-cmake
MIT License
38 stars 6 forks source link

Python 3.7 support #9

Closed tttapa closed 1 year ago

tttapa commented 1 year ago

Removes uses of the walrus operator (:=) and makes importlib in tests optional.