You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, MUSE only supports, officially, Python 3.8. But that's several years old and that limitation is very restrictive. Moreover, it only run tests in Windows. This issue aims to:
Setup the CI system (GitHub Actions) to run the tests in Python 3.8-3.11
Setup the CI system to run tests in all three platforms: Linux, Windows and MacOS
As, most likely, some combinations of the above will not work altogether (eg. some dependency does not work in a Python version/platform combination) or will make some tests fail:
Open an issue for each of the failing combination, indicating the tests that fail and including the log output.