There seems to be an update required where "except" should now be rewritten as
except CatchableError as per these warnings:
: The bare except clause is deprecated; use `except CatchableError:`
instead [BareExcept]
Run
But what is the version to use if writing something like:
when NimVersion >= "x.x.x"
Run
because I haven't found that documented searching about yet, although it might
be around somewhere I haven't looked of course, and it seems like it would not
be infinitely backward compatible as a fairly new idea, although perhaps it is?