Ubuntu 22 by default contains only libssl3.so
to avoid the misconfiguration failures, let's switch the Python build to openssl-3.0.15 with auditwheel/readelf gate
t_encrypt.exceptions.LibraryNotFoundError: Could not load shared library at /home/test-runner/actions-runner/_work/qa-test-automation/qa-test-automation/venv/lib/python3.13/site-packages/t_encrypt/libencrypt.so: libcrypto.so.1.1: cannot open shared object file: No such file or directory
``
No need to replace the JS as it has its own WASM build.
Python uses native .so for performance purposes, to avoid bottlenecks, and for easier multithreading
Ubuntu 22 by default contains only libssl3.so
to avoid the misconfiguration failures, let's switch the Python build to openssl-3.0.15 with auditwheel/readelf gate