Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Make it more obvious which Python version runs on a given Linux distribution #15909

Commits on Jul 10, 2023

  1. Make it more obvious which Python version runs on a given Linux distr…

    …ibution
    
    So when we end up dropping support for a given Python version, we can more
    easily find the reference to the Python version and remove any references
    for the distribution. We don't want to be running tests or building packages
    on a distribution that no longer has a supported Python version.
    
    So we can avoid another situation like when we dropped support for Python 3.7
    but forgot to drop the Debian Buster references everywhere (#15893)
    MadLittleMods committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    e62326e View commit details
    Browse the repository at this point in the history
  2. Add better instructions

    MadLittleMods committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    d128c7f View commit details
    Browse the repository at this point in the history
  3. Add changelog

    MadLittleMods committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    9b78d66 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into madlittlemods/more-obvious-python-version…

    …s-on-distributions
    
    Conflicts:
    	scripts-dev/build_debian_packages.py
    MadLittleMods committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    8141ca1 View commit details
    Browse the repository at this point in the history