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

feat: Python 3.8 EOL [DT-7320] #69

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 20, 2024

  1. feat: Python 3.8 EOL [DT-7320]

    Python 3.8 (end-of-life)
    
    This PR is offered as a courtesy; a best effort had been done using simple text search in the most commonly affected areas. It's not possible for us to analyze all python setups thoroughly. Don't hesitate to contact me (preferably through DM if you want a quicker reply!) for any questions, requests, next steps or if you need to postpone this.
    
    Overall, we searched for:
    - terraform runtimes
    - pyproject.toml
    - dockerfiles
    - github actions
    
    Your team may be forced to setup a newer local Python version in order to continue working with this repository.
    
    For those of you who would like to align with the main OS, please note that the current LTS Ubuntu 22.04 offers 3.10 and 3.11 while the subsequent version (24.10) offers 3.12 and 3.13.
    
    Additionally, if your project _requires_ running on older python versions, we recommend adding some sort of comment that explains why, and maybe explain when/how the EOL python will be phased out.
    
    https://coveord.atlassian.net/browse/DT-7320
    
    **Please merge this pull request when approving it! Thank you!**
    jonapich committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    b233246 View commit details
    Browse the repository at this point in the history