Skip to content

Commit 7ede573

Browse files
authored
Merge pull request #212 from sboldyreva/altpython
Alt python update version
2 parents ee9b81b + 92c31cf commit 7ede573

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

docs/.vuepress/components/ELSTechnology.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ const techData = [
249249
projects: [
250250
{
251251
name: "Python",
252-
versions: "2.7 | 3.3 | 3.4 | 3.5 | 3.6 | 3.7 | 3.8 | 3.9 | 3.10 | 3.11 | 3.12 | 3.13",
252+
versions: "2.7 | 3.6 ",
253253
link: "./python/",
254254
},
255255
{

docs/els-for-runtimes-and-libraries/python/README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,17 @@ Endless Lifecycle Support (ELS) for Python from TuxCare provides security fixes
66

77
**Supported architecture:** 64-bit.
88

9-
| OS | Package Type | OS Version | Python version |
10-
| :-----------------------------------: | :----------: | :-------------------------------: | :------------: |
11-
| CentOS, CloudLinux, OracleLinux, etc. | RPM | 6.x, 7.x, 8.x | 2.7, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13 |
12-
| AlmaLinux | RPM | 9.x | 2.7, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13 |
13-
| Ubuntu | DEB | 16.04, 18.04, 20.04, 22.04, 24.04 | 3.8, 3.11 |
14-
| Debian | DEB | 10, 11, 12 | 3.8, 3.11 |
15-
16-
*Other distros and architectures upon request.
9+
| Operating Systems | Package Type | OS Version |
10+
| :----------------------------------------------------------: | :----------: | :-------------------------------: |
11+
| EL 7 (CentOS, CloudLinux, Oracle Linux, etc.) | RPM | 7.x |
12+
| EL 8 (CentOS, CentOS Stream, CloudLinux, Oracle Linux, etc.) | RPM | 8.x |
13+
| EL 9 (AlmaLinux) | RPM | 9.x |
14+
| Ubuntu | DEB | 16.04, 18.04, 20.04, 22.04, 24.04 |
15+
| Debian | DEB | 10, 11, 12 |
16+
17+
**For supported Python versions, see [cve.tuxcare.com](https://cve.tuxcare.com/els-alt-python/projects).**
18+
19+
* Other distros and architectures upon request.
1720

1821
## Installation Instructions for Linux
1922

0 commit comments

Comments
 (0)