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

Drop Python 3.7 #5855

Merged
merged 1 commit into from
Jan 23, 2024
Merged

Commits on Jan 22, 2024

  1. Drop Python 3.7

    Given that, after the release of 103.0 LTS, we're now on track for
    bigger chances, let's start by dropping Python 3.7 support.
    
    There are a number of features that are available on Python 3.8 and
    later only. One example is the availibility of importlib.metadata
    stardand library, which we intend to use to replace pkg_resources (and
    then setuptools as a whole).
    
    As for Avocado users and important platforms, we're on a good position
    such as QEMU already requiring Python 3.8, and CentOS Stream 9
    shipping Python 3.9.18.
    
    For RPM builds, EL8 (in all its forms) are not going to be built
    anymore on CI.  This may change if the SPEC file is updated to support
    a conditional build using Python 3.8 for EL8, but that depends on the
    existence of all dependencies on that build, including
    python3-aexpect, which is not currently available.
    
    Reference: avocado-framework#5754
    Signed-off-by: Cleber Rosa <[email protected]>
    clebergnu committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    a17bfff View commit details
    Browse the repository at this point in the history