Closed
Description
While experimenting with extending the CI workflow (#119) to test on a matrix of python versions (3.8 - 3.11) and platforms (Linux, Windows and MacOS), tests failed for Python versions 3.10 and 3.11 on all platforms.
The cause of failure in each of these combinations was the targeting of pandas<=1.3
. As per the documentation, Pandas 1.3 does not support Python versions 3.10+. The minimum version of Pandas which supports up to Python 3.11 is Pandas 1.5.
Suggest investigating if MUSE's dependency of pandas<=1.3
is still relevant and, is possible, switch to targeting pandas>=1.5
.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
✅ Done