joe-jordan / pyvoro

2D and 3D Voronoi tessellations: a python entry point for the voro++ library
Other
100 stars 26 forks source link

fixes for Python 3.11+ #25

Open scorpion81 opened 2 months ago

scorpion81 commented 2 months ago

-re-cythonized the voroplusplus.pyx with Cython 3.0.0, where issues related to changes in Python 3.11 were fixed -also fixed a tiny type cast in the pyx file, which errors out in python3 language mode