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

Add support for Click 8.x #80

Open
MarkusH opened this issue Jun 6, 2021 · 3 comments
Open

Add support for Click 8.x #80

MarkusH opened this issue Jun 6, 2021 · 3 comments

Comments

@MarkusH
Copy link

MarkusH commented Jun 6, 2021

Right now, the setup.py pins Click to version 7.x, which makes it impossible to use version 8.x.

Here is the changelog for Click 8.0.0: https://click.palletsprojects.com/en/8.0.x/changes/

@m040601
Copy link

m040601 commented Jul 5, 2021

Another vote for this one.
We also have click 8 has the "official' click version in Arch Linux.

Please mark it compatible

From

install_requires=[
        "click~=7.0",

to

install_requires=[
        "click>7.0",

Additional question.

Does:

"py-lru-cache~=0.1.4",

has to be "exactly" that version ?

@fabaff
Copy link

fabaff commented Aug 14, 2021

The missing support for Click > 8 causes issues to build the NixOS packages.

@stonebig
Copy link

it would nice now to support click-8.x

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

No branches or pull requests

4 participants