Skip to content

Update README.md #139

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

Closed
wants to merge 1 commit into from
Closed
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
22 changes: 21 additions & 1 deletion docs/els-for-languages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,27 @@ 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 | |
Other distros upon request.


### Supported versions

**CentOS, CloudLinux, Oracle Linux, etc.:** 2.6.6, 2.7.5, 2.7.18, 3.6.8

**AlmaLinux:** 3.9.16, 3.11.2

**Ubuntu:** 2.7.17-1, 2.7.12, 3.5.2, 3.6.9-1

### Installation instructions of yum repositories

Expand Down