Can someone running the latest release please let me know what version of Python is bundled?
I’m trying to deploy a small script on my core195 IPFire system, and it has Python 3.10.8
I wrote the script using tomllib, which I didn’t realize was only added to Python 3.11, so it didn’t work on my IPFire when I tried to run it.
If 196 updates Python to 3.11 then I shall just upgrade from 195 to 196 which I planned to do at some point anyway. But if it’s still on the same Python version, I’ll rewrite my program to not use tomllib.