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
Is there a reason to explicitly cap the max python version?
requires-python = ">=3.8,<3.13"
Many projects may just keep a minimum python version, which gives a dependencies error like this:
The current project's supported Python range (>=3.11,<4.0) is not compatible with some of the required packages Python requirement:
- snowflake-id requires Python <3.13,>=3.8, so it will not be satisfied for Python >=3.13,<4.0
The text was updated successfully, but these errors were encountered:
Is there a reason to explicitly cap the max python version?
Many projects may just keep a minimum python version, which gives a dependencies error like this:
The text was updated successfully, but these errors were encountered: