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

Wider version range for click #142

Merged
merged 1 commit into from
Jul 12, 2022
Merged

Conversation

GabDug
Copy link
Contributor

@GabDug GabDug commented Jul 12, 2022

This MR simply extends the click dependency range, to include the 8.x series.
Click 8.x dropped support for Python 2 and 3.5, which are not supported by parglare.

There does not seem to be other breaking changes in click that impact the pglr command.

This is needed as more and more packages require click 8.x, and will provide a workaround for #26.

Code review checklist

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR)
  • Title summarizes what is changing
  • Commit messages are meaningful (see this for details)
  • Tests have been included and/or updated
  • Docstrings have been included and/or updated, as appropriate
  • Standalone docs have been updated accordingly
  • Changelog(s) has/have been updated, as needed (see CHANGELOG.md, no need
    to update for typo fixes and such).

@igordejanovic
Copy link
Owner

LGTM. Thanks.

@igordejanovic igordejanovic merged commit d779344 into igordejanovic:master Jul 12, 2022
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.

2 participants