jupyter-xeus / xeus-python-wheel

Building a PyPI wheel for xeus-python
BSD 3-Clause "New" or "Revised" License
12 stars 13 forks source link

Pick the xeus_python version from CMakeLists.txt #62

Closed mike-matera closed 4 years ago

mike-matera commented 4 years ago

Hello! This makes the version of the wheel match the version of xeus_python that's listed in CMakeLists.txt. I hope it helps.

SylvainCorlay commented 4 years ago

Thanks! This fixes #24!

Note: The build failure on Linux appears to be legitimate.

mike-matera commented 4 years ago

Hi! I just saw that. I intended to use an r-string (but my fingers just love that "f"). f-strings are not supported until Python 3.6 which caused the failure.

SylvainCorlay commented 4 years ago

Thanks!