You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current project's supported Python range (>=3.8) is not compatible with some of the required packages Python requirement:
- coveralls requires Python <3.13,>=3.8, so it will not be satisfied for Python >=3.13
- coveralls requires Python <3.13,>=3.8, so it will not be satisfied for Python >=3.13
Because no versions of coveralls match >4,<4.0.1 || >4.0.1
and coveralls (4.0.0) requires Python <3.13,>=3.8, coveralls is forbidden.
So, because coveralls (4.0.1) requires Python <3.13,>=3.8
and sgqlc depends on coveralls (>=4), version solving failed.
sgqlc/pyproject.toml
Lines 62 to 63 in d36984a
Those lines block installation on Python 3.13 which is released.
Current possible workaround is downgrading to version 16.3
The text was updated successfully, but these errors were encountered: