cellml / libcellml

Repository for libCellML development.
https://libcellml.org
Apache License 2.0
16 stars 21 forks source link

Support for python3.11 #1048

Closed matthiaskoenig closed 1 year ago

matthiaskoenig commented 1 year ago

Hi all,

python3.11 has been released lately. Most of the COMBINE python libraries have now python3.11 support. I would require also python3.11 bindings for libcellml, e.g. for running the combine-notebooks. Python 3.11 has some amazing speedups of ~10-40%. It would be great to have also libcellml in python3.11 to be able to profit from this speedups.

Best Matthias

hsorby commented 1 year ago

Hopefully this will be a simple matter of enabling this version with an addition to our py versions for matrix for cibuildwheel.