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

Fix install_vm.py on older versions of Python #10651

Merged
merged 1 commit into from
May 29, 2023

Commits on May 29, 2023

  1. Fix install_vm.py on older versions of Python

    We will remove the type hints that use collections.
    According to https://peps.python.org/pep-0585/, the
    "Type Hinting Generics In Standard Collections" were introduced
    in Python 3.9, but RHEL 8 and 7 use Python 3.6.
    
    Fixes: ComplianceAsCode#10650
    jan-cerny committed May 29, 2023
    Configuration menu
    Copy the full SHA
    c6c31d2 View commit details
    Browse the repository at this point in the history