nginx / unit

NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming language runtimes.
https://unit.nginx.org
Apache License 2.0
5.39k stars 328 forks source link

Please add unit-python38 for RHEL7 #588

Open tkloda opened 3 years ago

tkloda commented 3 years ago

Hello,

would it be possible to add unit-python38 for RHEL7? Currently only unit-python36 is supported: https://packages.nginx.org/unit/rhel/7Server/x86_64/RPMS/

VBart commented 3 years ago

Is Python 3.8 available in RHEL7? We can't build a module for Python interpreter version that is not available in official distribution.

tkloda commented 3 years ago

It should be available as rh-python38 package. RHEL7 container images are also offered with python38: https://catalog.redhat.com/software/containers/rhscl/python-38-rhel7/5e838896dd19c7789613d625

VBart commented 3 years ago

So it's a package from SCL. Currently we don't build packages for SCL, but we're considering to start soon.