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

Update versions of python used due to end of life #4448

Open
Zahed-Riyaz opened this issue Feb 11, 2025 · 1 comment
Open

Update versions of python used due to end of life #4448

Zahed-Riyaz opened this issue Feb 11, 2025 · 1 comment

Comments

@Zahed-Riyaz
Copy link

The Dockerfiles and other dependencies in the repository currently rely on Python versions (3.7.5, 3.8.10) that are now end-of-life or nearing end-of-life in security status.
Using outdated Python versions can pose security risks.
Python 3.7 reached end-of-life on June 27, 2023.
Python 3.8 reached end-of-life on October 14, 2024 (depending on the exact release schedule).

Proposed Solution : To Upgrade python versions

Move the Dockerfiles (and any relevant scripts) to a currently supported Python version (e.g. 3.10, or 3.11, depending on project compatibility).

Update Dependencies:

Review and update any libraries or dependencies that may be incompatible with newer Python versions.

Testing & CI:

Ensure all tests pass locally and in CI pipelines.
Update any references in documentation (README, CONTRIBUTING, etc.) to reflect the new Python versions.

Open Questions / Considerations :

  • Are there known compatibility concerns with upgrading to newer Python versions?
  • Do maintainers have a preferred target version of Python (e.g., 3.9 vs. 3.10)?
  • Is there a planned timeline or roadmap for dropping support for Python 3.7/3.8?
@veb-101
Copy link

veb-101 commented Feb 13, 2025

I've been running things with python 3.9.21. Everything falls apart starting at 3.10

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

2 participants