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
As found in 0310c66, even though power-grid-model-io supports Python 3.13, one of its dependencies, namely pandapower, does not. However, since this is a [dev] dependency and it's only used for testing purposes, we can solve it separately, i.e. with this issue. Furthermore, this issue is about enabling python 3.13 for testing in the CI.
Possible solutions
One possible way to go, and assuming pandapower doesn't support Python 3.13 soon, is to split the testing actions in two parts each: One for everything related with this dependency and the other for the rest. The first action, would be for Python 3.11 and 3.12 only, whereas the second would be tested in all supported Python versions available.
Another way, is to possibly wait until this is fixed on the dependency side, and only then upgrade the testing on the CI to Python 3.13.
My proposed solutions are not exhaustive, so feel free to add anything you might consider appropriate.
The text was updated successfully, but these errors were encountered:
As found in 0310c66, even though
power-grid-model-io
supports Python 3.13, one of its dependencies, namelypandapower
, does not. However, since this is a [dev] dependency and it's only used for testing purposes, we can solve it separately, i.e. with this issue. Furthermore, this issue is about enabling python 3.13 for testing in the CI.Possible solutions
pandapower
doesn't support Python 3.13 soon, is to split the testing actions in two parts each: One for everything related with this dependency and the other for the rest. The first action, would be for Python 3.11 and 3.12 only, whereas the second would be tested in all supported Python versions available.My proposed solutions are not exhaustive, so feel free to add anything you might consider appropriate.
The text was updated successfully, but these errors were encountered: