`show` doesn't work in python 3.13 but works in 3.12 · Issue #1944 · CadQuery/cadquery

To Reproduce Making a new venv on 3.13.9 installing cadquery (pip) and running the example for show from cadquery import * from cadquery.vis import show w = Workplane().sphere(1).split(keepBottom=T...