IBM/simulai

Python 3.11 support

WillTrojak opened this issue · 4 comments

It seems that, due to the dependencies, there is a requirement that Python<3.11. Is this true?

In fact, when using Python 3.11 there are issues with some versions of the basic dependencies. Nevertheless, I think it is a matter of updating the pyproject.toml file and test it in the proper environment.

The process of testing have been automated via Actions, with support for Python==3.11.

I'm not sure PyTorch supports Python 3.11 as of now.

Seemingly it doesn't broke, as seen in the latest test. But I don't discard the occurrence of some warnings and issues.