This commit is contained in:
dave 2023-08-24 15:22:53 -07:00
parent f0e0405343
commit 0d104c4216
1 changed files with 9 additions and 12 deletions

View File

@ -21,13 +21,13 @@ The vars file - `trusty-3.9.5.sh` above - contains information about what python
Version support matrix
----------------------
| | 2.7 | 3.6 | 3.7 | 3.8 | 3.9 | 3.10 |
|--------|--------|------------------|-------|----------------------|--------|---------|
| 14.04 | | 3.6.7<br />3.6.8 | | | 3.9.5* | 3.10.0* |
| 16.04 | | 3.6.7 | 3.7.3 | | 3.9.5 | 3.10.0* |
| 18.04 | 2.7.16 | 3.6.7 | 3.7.3 | 3.8.0a4<br />3.8.0b1 | 3.9.5 | 3.10.0 |
| 19.04 | | | 3.7.3 | | | |
| 20.04 | | | | | 3.9.5 | 3.10.0 |
| | 2.7 | 3.6 | 3.7 | 3.8 | 3.9 | 3.10 | 3.11 |
|--------|--------|------------------|-------|----------------------|--------|---------|--------|
| 14.04 | | 3.6.7<br />3.6.8 | | | 3.9.5* | 3.10.0* | |
| 16.04 | | 3.6.7 | 3.7.3 | | 3.9.5 | 3.10.0* | |
| 18.04 | 2.7.16 | 3.6.7 | 3.7.3 | 3.8.0a4<br />3.8.0b1 | 3.9.5 | 3.10.0 | 3.11.5 |
| 19.04 | | | 3.7.3 | | | | |
| 20.04 | | | | | 3.9.5 | 3.10.0 | 3.11.5 |
\* with provided extpython-openssl packages - see below
@ -35,11 +35,8 @@ Version support matrix
Openssl
-------
Python 3.8 and 3.9 require a version of openssl that is newer than what ships on Ubuntu 14.04. This will likely happen
with other os/version combinations in the future, but this is the only known case now.
To satisfy this requirement for Python 3.9, extpython also builds an Openssl package that installs in a similar
isolated manner.
Some versions of Python require a version of openssl that is newer than what ships on many of these host OSes. To
satisfy this requirement, extpython also builds an Openssl package that installs in a similar isolated manner.
See `./ssl/` for details.