Skip to content

package is incompatible with python 3.14 due to pinning an old wheel version#15

Open
morotti wants to merge 1 commit into
click-contrib:masterfrom
morotti:patch-1
Open

package is incompatible with python 3.14 due to pinning an old wheel version#15
morotti wants to merge 1 commit into
click-contrib:masterfrom
morotti:patch-1

Conversation

@morotti

@morotti morotti commented May 29, 2026

Copy link
Copy Markdown

Hello,

Your package is pinning an old wheel version. Could you please unpin it?

This prevents from installing click-datetime on recent versions of python like python 3.14.
NOTE: wheel is the packaging tool to build packages, it's practically part of the python interpreter except it's separate, it needs to be recent versions to use recent python versions.

ERROR: No matching distribution found for wheel<0.45.0,>=0.44.0                                                                                                                                                                                                      

The issue is because you are using poetry. poetry does not respect your dependencies, when you specify that you want wheel ^0.44, poetry puts a hard constraint to have exactly wheel 0.44 instead.

Cheers

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.

1 participant