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
741 stars 54 forks source link

build: Python 3.11 #873

Open Jongy opened 6 months ago

Jongy commented 6 months ago

Upgrade the Python version used for the gProfiler executable from 3.10 to 3.11. As part of the upgrade, I try to upgrade grpcio, as we concluded it's needed here.

This continues PR https://github.com/Granulate/gprofiler/pull/771.