There are reasons other than speed that makes people move away from Python.
Btw, recently CPython has sped up a lot. Between versions 3.9 to 3.12 many programs run about twice as fast. Much of that improvement is thanks to the 'faster-cpython' project (which Microsoft is generously funding).
I contributed about a 1% speedup during that time, too.