vectorgrp / sil-kit

Vector SIL Kit – Open-Source Library for Connecting Software-in-the-Loop Environments
https://vectorgrp.github.io/sil-kit-docs
MIT License
107 stars 32 forks source link

ci: really use python 3.9 on windows runners #83

Closed MariusBgm closed 4 months ago

MariusBgm commented 4 months ago

Use python 3.9 on windows Jenkins runners. Missed some python invocations in #82.

MariusBgm commented 4 months ago

A final direct python in line 473 (outside of where I can add comments).

This one should be safe, our package.py doesn't have any external dependencies. I think it would even run with python2 :-).

VDanielEdwards commented 4 months ago

A final direct python in line 473 (outside of where I can add comments).

This one should be safe, our package.py doesn't have any external dependencies. I think it would even run with python2 :-).

Wonderful 😸