I have a problems in creating the virtual environment for my sourcepython plugin with Python 3.6.1 on the Ubuntu 22.05.
Segmentation fault on trying to install python 3.6.1 with pyenv.
So my question - is there any plans to shift to any recent version of Python?
The first signs of the problem was discoverd while the plugin was trying to use the SSL connection to some web resource that is using the https connection. So it seams that the python3.6 is no longer supports an actual version of the OpenSSL3 (I might be mistaking but had no time to further dig this issue).
