Skip to content
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

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

Open
rafidka opened this issue Feb 5, 2024 · 0 comments
Open

Comments

@rafidka
Copy link
Contributor

rafidka commented Feb 5, 2024

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

  • Ensure that all Python scripts fail if Python 3.8 or earlier are used.
  • It then becomes an official requirement that Python 3.9 or later is available, rendering Amazon Linux 2 unsupported.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant