Commit 8f25b59
## Description
For users on the standard EC2 AMI, the default Python version is 3.9.
This causes the `eip.tftpl` startup script to fail when running the
`https://bootstrap.pypa.io/get-pip.py` script, as it was updated on May
4th, to require Python >= 3.10.
While it's not ideal to support a EOL Python version, we don't have much
of a choice because of how the get-pip script works, and how the
standard AWS AMIs work.
Ideally, we'd just update the default Python version, however this will
apparently break other things reliant on 3.9
<img width="977" height="259" alt="image"
src="https://github.com/user-attachments/assets/e0c8d02b-19bf-4bae-8468-2255bc9e78ac"
/>
See https://docs.aws.amazon.com/linux/al2023/ug/python.html
Fixes #1370
Co-authored-by: Matthias Kay <matthias.kay@hlag.com>
1 parent d5547d5 commit 8f25b59
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
5 | 12 | | |
6 | 13 | | |
7 | 14 | | |
| |||
0 commit comments