BlueBrain / MorphIO

A python and C++ library for reading and writing neuronal morphologies
https://morphio.readthedocs.io
Apache License 2.0
26 stars 23 forks source link

No whl file that works with Python 3.13 #502

Open Christian-B opened 1 month ago

Christian-B commented 1 month ago

We use github action to test our code.

https://github.com/SpiNNakerManchester/sPyNNaker

We install Morphio via https://github.com/NeuralEnsemble/PyNN

When testing with python 3.12 (or lower) It reports Downloading morphio-3.3.9-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (3.5 kB) and all works

When testing with python 3.13 (yes I know this is still in pre release) it reports Downloading morphio-3.3.9.tar.gz (600 kB) And then fails to build.

Full error stack available if requested.

mgeplf commented 2 weeks ago

Hello, Sorry about the slow reply; we'll be turning on Python 3.13 when it's officially released. Unfortunately, we don't have the time to set it up at the moment.