jupyter-xeus / xeus-cling

Jupyter kernel for the C++ programming language
BSD 3-Clause "New" or "Revised" License
3.01k stars 294 forks source link

Supporting argparse <3.1 #522

Closed anutosh491 closed 2 months ago

anutosh491 commented 2 months ago

Fixes #503

JohanMabille commented 2 months ago

Why an upper pin on 3.1 instead of 4.0? is cpp-argparse known for breaking API on minor releases?

anutosh491 commented 2 months ago

Why an upper pin on 3.1 instead of 4.0? is cpp-argparse known for breaking API on minor releases?

Ahh yes, correct the upper pin isn't required !