Python version in 196?

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.

I’m running 196…

[root@ipfire ~]# python3 --version
Python 3.10.8

1 Like

Thanks for checking

1 Like