G’day!
Again, for context, I’m adding a GTK frontend to an existing python backend.
The backend is a pure python module using python 3.12.
I’m currently using the Gnome 46 runtime in my flatpak manifest and the packaged python version is like so:
$ flatpak-builder --run builddir org.bswa.jhanarato.Leaftracker.json python --version
Python 3.11.9
Is it possible and/or advisable to upgrade the python version in my package to the latest 3.12 release? If so, how?
Thanks again,
J.R.