Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Max python version <3.13 #9

Closed
naquin opened this issue Apr 12, 2024 · 3 comments · Fixed by #10
Closed

Max python version <3.13 #9

naquin opened this issue Apr 12, 2024 · 3 comments · Fixed by #10
Assignees

Comments

@naquin
Copy link

naquin commented Apr 12, 2024

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
@vd2org vd2org self-assigned this Apr 16, 2024
@vd2org
Copy link
Owner

vd2org commented Apr 16, 2024

Good catch!

@vd2org vd2org linked a pull request Apr 17, 2024 that will close this issue
@vd2org
Copy link
Owner

vd2org commented Apr 17, 2024

Fixed. Thanks!

@naquin
Copy link
Author

naquin commented Apr 17, 2024

Many thanks for the quick turnaround!

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 a pull request may close this issue.

2 participants