Granulate / gprofiler

gProfiler is a system-wide profiler, combining multiple sampling profilers to produce unified visualization of what your CPU is spending time on.
https://profiler.granulate.io
Apache License 2.0
743 stars 54 forks source link

Upgrade gProfiler to use Python 3.11 #766

Open Jongy opened 1 year ago

Jongy commented 1 year ago

Python 3.11 is out for long enough, we can upgrade the Python version used in gProfiler exe from 3.10 to 3.11 (originally ugraded in this ticket).

I think this needs to happen anyway before https://github.com/Granulate/gprofiler/issues/582 - so when we fianlly consolidate, we move from 3.8 -> 3.11 and not from 3.8 -> 3.10 and then need again to test 3.10 -> 3.11 for the container as well.