srobo / competition-simulator

A simulator for Student Robotics Virtual Competitions
https://studentrobotics.org/docs/simulator/
MIT License
8 stars 2 forks source link

Log python version used by competitor code #448

Open PeterJCLaw opened 9 months ago

PeterJCLaw commented 9 months ago

It looks like Webots might actually support Python 3.12, even though it doesn't claim to. Having just tried it locally (on Windows 10) it seems to work at least.

However this does mean that if competitors are using 3.12 locally they could hit issues which aren't supported and/or get bitten at the competition if there's features they're expecting which aren't actually present. If we log the Python version used then: