click-contrib / click-didyoumean

Enable git-like did-you-mean feature in click :sparkles:
MIT License
98 stars 9 forks source link

Remove upper bound from Python version specifier #18

Closed sisp closed 3 months ago

sisp commented 3 months ago

I've removed the upper bound from Python's version specifier, i.e. I've replaced the version specifier ^ by >=.

Capping the Python version (e.g. <4) is a bad practice.

When using Poetry in a project that depends on click-didyoumean, the upper bound gets enforced also on that project, so the "disease" spreads across the ecosystem.