Skip to content

IMPROVEMENT migration to python3.10

Chosson Ulysse requested to merge IMPROVEMENT_python_310 into main

[0.28.0-alpha] - 2021-11-16

Change

  • Use match case rather than if, elif, else when it is necessary
  • Change all Optional[Any] to None | Any, new union syntx in python3.10
  • Now exodam use to python3.10

Merge request reports

Loading