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

Conversation

rikardg
Copy link
Owner

@rikardg rikardg commented Apr 16, 2024

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.

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.

This version contains a fix for the API changes in argcomplete in Python
3.11.9 and 3.11.3.

Work on #138.
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 rikardg changed the title Argcomplete 3 3 0 Argcomplete 3.3.0 and Python versions Apr 16, 2024
@rikardg rikardg changed the title Argcomplete 3.3.0 and Python versions Argcomplete 3.3.0 and lock Python versions Apr 16, 2024
@rikardg rikardg changed the title Argcomplete 3.3.0 and lock Python versions Upgrade argcomplete -> 3.3.0 and lock Python versions Apr 16, 2024
@rikardg rikardg marked this pull request as ready for review April 16, 2024 22:26
@rikardg rikardg merged commit 98a0d2e into master Apr 16, 2024
39 checks passed
@rikardg rikardg deleted the argcomplete_3_3_0 branch April 16, 2024 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tests fail on Python 3.11.9 and 3.12.3
1 participant