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

Python: Add Python as a dependency #906

Closed
wants to merge 1 commit into from
Closed

Conversation

Fokko
Copy link
Contributor

@Fokko Fokko commented Jan 22, 2025

Closes #896

]

[tool.poetry.dependencies]
python = "^3.9, !=3.9.7"
Copy link
Contributor

@trim21 trim21 Jan 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you are not using poetry as package manager in this project but actually maturin so you should not add this.

If you want to disallow 3.9.7 please add it to project.requires-python

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I'm just reading up on this. I think this is incorrect indeed. Thanks for pointing out

@Fokko Fokko closed this Jan 22, 2025
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.

please add requires-python to pyproject.toml
2 participants