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

Upgrade argcomplete -> 3.3.0 and lock Python versions #141

Merged
merged 2 commits into from
Apr 16, 2024

Commits on Apr 16, 2024

  1. Upgrade argcomplete -> 3.3.0

    This version contains a fix for the API changes in argcomplete in Python
    3.11.9 and 3.11.3.
    
    Work on #138.
    rikardg committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    16bfddf View commit details
    Browse the repository at this point in the history
  2. Lock Python versions

    Lock Python versions down to patch versions 3.11.9 and 3.12.3 for mise
    and the code_quality GitHub workflow.
    
    Have nox use versions locked to minor versions 3.11 and 3.12 in
    noxfile.py so that it will use the latest matching version that is
    installed.
    
    In the code_quality workflow, run nox with the explicit Python versions
    defined in the workflow.
    
    Closes #138.
    rikardg committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    083ebf5 View commit details
    Browse the repository at this point in the history