simvue-io / python-api

Simvue Python API
https://docs.simvue.io
Apache License 2.0
4 stars 0 forks source link

Support Python3.13 #568

Closed kzscisoft closed 2 weeks ago

kzscisoft commented 2 weeks ago

Need to add support for Python3.13, this will mean dropping support for Python3.9, this should be made clear

kzscisoft commented 2 weeks ago

NOTE: PyTorch currently breaks for Python3.13 due to:

AttributeError: '_pickle.Pickler' object attribute 'persistent_id' is read-only

in torch.save, therefore PyTorch features in Simvue will be temporarily disabled for Python>3.12 until this is fixed