-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
The current project's supported Python range (>=3.13) is not compatible with some of the required packages Python requirement:
- chk requires Python <4.0,>=3.13, so it will not be installable for Python >=4.0
Because no versions of chk match >0.5.0,<0.6.0
and chk (0.5.0) requires Python <4.0,>=3.13, chk is forbidden.
So, because weather-fargate depends on chk (^0.5.0), version solving failed.
* Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
For chk, a possible solution would be to set the `python` property to ">=3.13,<4.0"
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers
Type
Projects
Status
No status