Issue with conda package and windows platform and python version>3.9.7

Hi,

There is an issue with the orekit python wrapper on the windows platform when python version is higher than 3.9.7 (such as most recent 3.9.9). In principle higher minor versions of python should be binary compatible as I understand but does not seem to be the case). Python 3.10 is affected as well.

linux and mac platforms seems unaffected.

Regards

You can pin the python version in conda by:

conda install python=3.9.7

This is now solved with a modified JCC wrapper generator. Rerendered versions of orekit v10 and v11 for python versions up to 3.10 is available on the conda forge reop.