Skip to content

Update README.md #140

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 29, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion docs/els-for-languages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,25 @@ As you can see, each version is entirely self-contained, and changing configurat

## ELS for Python

Endless Lifecycle Support (ELS) for Python from TuxCare provides security fixes for Python 2.7 version for AlmaLinux 9. This allows to continue running Linux server vulnerability-free.
Endless Lifecycle Support (ELS) for Python from TuxCare provides security fixes for Python versions that have reached their end-of-life. This allows to continue running Linux server vulnerability-free.

### Supported OS
TuxCare provides Endless Lifecycle Support through four years after the EOL date.
| OS | Version |
| :-----------------------------------: | :----------------------------------------------: |
| CentOS, CloudLinux, OracleLinux, etc. | 6.x 64-bit, 7.x 64-bit, 8.x 64-bit |
| AlmaLinux | 9.x 64-bit |
| Ubuntu | 16.04 64-bit, 18.04 64-bit, 20.04 64-bit, 22.04 64-bit, 24.04 64-bit | |
Other distros upon request.

### Supported versions
**EL6, 7, 8, 9**: alt-python 2.7, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why you want to show python versions from "ELS for OS" in "ELS for python"?
As I got, right now we have to add only alt-python36 for all platforms for cPanel

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We only update documentation part.

**debian 9 and 10**: 3.5, 3.8, 3.11
**debian 11 and 12**: 3.8, 3.11
**Ubuntu 16 and 18**: 3.5, 3.8, 3.11
**Ubuntu 20**: 3.7, 3.8, 3.10, 3.11, 3.12
**Ubuntu 22**: 3.8, 3.11, 3.13
**Ubuntu 24**: 3.8, 3.11

### Installation instructions of yum repositories

Expand Down