aws / amazon-mwaa-docker-images

Apache License 2.0
24 stars 11 forks source link

Do not use unsupported Python versions/Remove Amazon Linux 2 Support #36

Open rafidka opened 7 months ago

rafidka commented 7 months ago

Overview

Amazon Linux 2 still comes with Python 3.7/3.8. Python 3.7 is already EOLed, and Python 3.8 will be in October 2024; see this. We don't want to allow the use of those versions, so we will have to basically remove support for Amazon Linux 2.

Acceptance Criteria