I am maintaining the conda-forge package of planarity, and currently the support for Python 3.12 is blocked because the builds are failing on Mac OS. I'm not entire sure why though, but it might be that planarity needs to be updated to support cython 3, according to one of the people in the migrations team: https://github.com/conda-forge/python-planarity-feedstock/pull/12
I'm not sure if it's realistic to expect this to happen, or if we should mark the package as unsupported.
It might not be too hard to update to fix this issue. I'll take a look to see if I can figure it out. Pull requests welcome if anyone knows the solution.
I am maintaining the conda-forge package of
planarity
, and currently the support for Python 3.12 is blocked because the builds are failing on Mac OS. I'm not entire sure why though, but it might be thatplanarity
needs to be updated to support cython 3, according to one of the people in the migrations team: https://github.com/conda-forge/python-planarity-feedstock/pull/12I'm not sure if it's realistic to expect this to happen, or if we should mark the package as unsupported.